This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6881b02b33c [IR/BasicBlockTest] Fix asan failure introduced in rL330316. new 37562feb1c3 Remove file accidentally added in r330320. new b6965c7c4fe Lowering x86 adds/addus/subs/subus intrinsics (llvm part)
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 | 3021 ++++++++++++++++++++ .../MemorySanitizer/msan_x86intrinsics.ll | 10 +- test/Transforms/NewGVN/pr35074.ll | 62 - 18 files changed, 5226 insertions(+), 2183 deletions(-) create mode 100644 test/CodeGen/X86/vector-arith-sat.ll delete mode 100644 test/Transforms/NewGVN/pr35074.ll