This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 53c9481819a [X86][SSE] Add UMIN/UMAX combine test new 06dc5820cf1 [X86] Change signatures of avx512 packed fp compare intrins [...] new cd0b6313606 [X86][SSE] Add SMIN/SMAX combine test
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 | 31 ++-- lib/IR/AutoUpgrade.cpp | 59 ++++++++ lib/Target/X86/X86ISelLowering.cpp | 51 ++++--- test/CodeGen/X86/avx512-cmp-kor-sequence.ll | 50 +++--- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 24 +++ test/CodeGen/X86/avx512-intrinsics.ll | 59 ++++---- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 47 ++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 39 +++-- test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 136 ++++++++++------- .../X86/{combine-umin.ll => combine-smax.ll} | 48 +++--- .../X86/{combine-umax.ll => combine-smin.ll} | 48 +++--- test/CodeGen/X86/stack-folding-fp-avx512.ll | 14 +- test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 31 ++-- .../InstCombine/X86/X86FsubCmpCombine.ll | 168 +++++++++++++-------- 14 files changed, 516 insertions(+), 289 deletions(-) copy test/CodeGen/X86/{combine-umin.ll => combine-smax.ll} (50%) copy test/CodeGen/X86/{combine-umax.ll => combine-smin.ll} (50%)