This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 83ed492 [X86] Use update_llc_test_checks.py to re-generate a test in [...] new 2463f3b [X86] Remove SSE/AVX unaligned store intrinsics as clang no l [...]
The 1 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/IR/IntrinsicsX86.td | 27 ---- lib/IR/AutoUpgrade.cpp | 17 +++ lib/Target/X86/X86InstrSSE.td | 29 ----- lib/Transforms/InstCombine/InstCombineCalls.cpp | 26 ---- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 20 --- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 95 ++++++++++++++ test/CodeGen/X86/avx-intrinsics-x86.ll | 144 +-------------------- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 16 +++ test/CodeGen/X86/avx2-intrinsics-x86.ll | 23 ---- test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll | 27 ++++ test/CodeGen/X86/sse-intrinsics-x86.ll | 18 --- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 31 +++++ test/CodeGen/X86/sse2-intrinsics-x86.ll | 48 ------- test/Instrumentation/MemorySanitizer/msan_basic.ll | 2 +- 14 files changed, 190 insertions(+), 333 deletions(-) create mode 100644 test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll