This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ccb1fe88ef0 [llvm-readelf]Print filename for multiple inputs and fix fo [...] new 58a44f9905b [MCA] Fix MSVC 19.16 build with libc++ new 2ba76978994 [GlobalOpt] prevent crashing on large integer types (PR42932) new 24618548604 [X86][SSE] Swap X86ISD::BLENDV inputs with an inverted sele [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/MCA/SourceMgr.h | 5 +++-- lib/Target/X86/X86ISelLowering.cpp | 6 ++++++ lib/Transforms/IPO/GlobalOpt.cpp | 6 ++++-- test/CodeGen/X86/combine-sse41-intrinsics.ll | 25 +++++++++++-------------- test/CodeGen/X86/nontemporal-loads.ll | 9 ++------- test/Transforms/GlobalOpt/large-int-crash.ll | 23 +++++++++++++++++++++++ 6 files changed, 49 insertions(+), 25 deletions(-) create mode 100644 test/Transforms/GlobalOpt/large-int-crash.ll