This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 25d4db48523 Fix WAsm dwarfdump.ll test on Windows new 0f3f12ec789 [InstCombine][NFC] Regenerate checks in or-xor.ll new 8b02b588cb9 [x86] Revert r330322 (& r330323): Lowering x86 adds/addus/s [...]
The 2 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 | 120 + lib/IR/AutoUpgrade.cpp | 106 +- lib/Target/X86/X86ISelLowering.cpp | 89 - lib/Target/X86/X86IntrinsicsInfo.h | 40 + test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 88 +- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 127 - test/CodeGen/X86/avx2-intrinsics-x86.ll | 285 +- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 416 --- test/CodeGen/X86/avx512bw-intrinsics.ll | 416 +++ test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 1040 ------- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 1040 +++++++ test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 104 +- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 166 -- test/CodeGen/X86/sse2-intrinsics-x86.ll | 168 ++ test/CodeGen/X86/sse2-schedule.ll | 111 +- test/CodeGen/X86/vector-arith-sat.ll | 3025 -------------------- .../MemorySanitizer/msan_x86intrinsics.ll | 10 +- test/Transforms/InstCombine/or-xor.ll | 58 +- 18 files changed, 2150 insertions(+), 5259 deletions(-) delete mode 100644 test/CodeGen/X86/vector-arith-sat.ll