This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bfcb4d15130 [WebAssembly] Fix invalid machine instrs in -O0, verify in tests new 9ba4489eca7 [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/ [...]
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 | 36 -- lib/IR/AutoUpgrade.cpp | 58 +- lib/Target/X86/X86IntrinsicsInfo.h | 12 - lib/Transforms/InstCombine/InstCombineCalls.cpp | 78 --- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 44 ++ test/CodeGen/X86/avx2-intrinsics-x86.ll | 117 +--- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 214 +++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 215 ------- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 681 +++++++++++++++++++++- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 680 --------------------- test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 84 +++ test/CodeGen/X86/sse2-intrinsics-x86.ll | 84 --- 12 files changed, 1072 insertions(+), 1231 deletions(-)