This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 511c1a306c8 [SCEV] Re-enable "Cache results of computeExitLimit" new 47af16ef512 [X86] SET0 to use XMM registers where possible PR26018 PR32862
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: lib/Target/X86/X86InstrInfo.cpp | 21 +- test/CodeGen/X86/avx-intrinsics-x86.ll | 2 +- test/CodeGen/X86/avx2-vbroadcast.ll | 430 ++++------- test/CodeGen/X86/avx512-arith.ll | 44 +- test/CodeGen/X86/avx512-build-vector.ll | 2 +- test/CodeGen/X86/avx512-cvt.ll | 38 +- test/CodeGen/X86/avx512-gather-scatter-intrin.ll | 12 +- test/CodeGen/X86/avx512-intrinsics.ll | 8 +- test/CodeGen/X86/avx512-mask-op.ll | 24 +- test/CodeGen/X86/avx512-masked-memop-64-32.ll | 12 +- test/CodeGen/X86/avx512-mov.ll | 32 +- test/CodeGen/X86/avx512-select.ll | 8 +- test/CodeGen/X86/avx512-skx-insert-subvec.ll | 2 +- test/CodeGen/X86/avx512-vbroadcast.ll | 10 +- test/CodeGen/X86/avx512-vbroadcasti128.ll | 6 +- test/CodeGen/X86/avx512-vselect-crash.ll | 2 +- test/CodeGen/X86/avx512-vselect.ll | 4 +- test/CodeGen/X86/avx512bw-mov.ll | 8 +- test/CodeGen/X86/avx512bwvl-mov.ll | 8 +- test/CodeGen/X86/avx512ifma-intrinsics.ll | 8 +- test/CodeGen/X86/avx512ifmavl-intrinsics.ll | 8 +- test/CodeGen/X86/avx512vbmi-intrinsics.ll | 4 +- test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 4 +- test/CodeGen/X86/avx512vl-arith.ll | 46 +- test/CodeGen/X86/avx512vl-intrinsics.ll | 8 +- test/CodeGen/X86/avx512vl-mov.ll | 32 +- test/CodeGen/X86/avx512vl-vbroadcast.ll | 4 +- test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 844 ++++++++++----------- test/CodeGen/X86/compress_expand.ll | 18 +- test/CodeGen/X86/fma_patterns.ll | 2 +- test/CodeGen/X86/fma_patterns_wide.ll | 4 +- test/CodeGen/X86/madd.ll | 2 +- test/CodeGen/X86/masked_gather_scatter.ll | 34 +- test/CodeGen/X86/masked_memop.ll | 4 +- test/CodeGen/X86/merge-consecutive-loads-512.ll | 4 +- test/CodeGen/X86/nontemporal-2.ll | 12 +- test/CodeGen/X86/nontemporal-loads.ll | 2 +- test/CodeGen/X86/sad.ll | 24 +- test/CodeGen/X86/vector-lzcnt-256.ll | 32 +- test/CodeGen/X86/vector-lzcnt-512.ll | 8 +- test/CodeGen/X86/vector-popcnt-512.ll | 4 +- test/CodeGen/X86/vector-shift-ashr-512.ll | 2 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 2 +- test/CodeGen/X86/vector-shuffle-256-v32.ll | 39 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 8 +- test/CodeGen/X86/vector-shuffle-512-v16.ll | 8 +- test/CodeGen/X86/vector-shuffle-512-v64.ll | 2 +- test/CodeGen/X86/vector-shuffle-512-v8.ll | 20 +- test/CodeGen/X86/vector-shuffle-avx512.ll | 16 +- .../X86/vector-shuffle-combining-avx512bw.ll | 8 +- test/CodeGen/X86/vector-shuffle-v1.ll | 12 +- test/CodeGen/X86/vector-tzcnt-256.ll | 16 +- test/CodeGen/X86/vector-tzcnt-512.ll | 48 +- test/CodeGen/X86/vselect-pcmp.ll | 46 +- 54 files changed, 920 insertions(+), 1088 deletions(-)