This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d3a0bc0c49 X86 Tests: Add common check prefix to test-case. NFC. new a0c74d2002c X86 Tests: Update more isel tests with FastVariableShuffle feature
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: test/CodeGen/X86/avx2-conversions.ll | 50 +- test/CodeGen/X86/avx2-vector-shifts.ll | 64 +- .../X86/avx512-extract-subvector-load-store.ll | 36 +- .../X86/avx512-shuffles/broadcast-vector-int.ll | 38 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 661 ++++---- test/CodeGen/X86/avx512-trunc.ll | 2 +- .../CodeGen/X86/bitcast-int-to-vector-bool-sext.ll | 100 +- .../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 121 +- test/CodeGen/X86/broadcastm-lowering.ll | 12 +- test/CodeGen/X86/combine-shl.ll | 28 +- test/CodeGen/X86/combine-sra.ll | 75 +- test/CodeGen/X86/combine-srl.ll | 53 +- test/CodeGen/X86/insertelement-zero.ll | 56 +- test/CodeGen/X86/oddshuffles.ll | 289 ++-- test/CodeGen/X86/psubus.ll | 85 +- test/CodeGen/X86/shuffle-of-splat-multiuses.ll | 22 +- .../CodeGen/X86/shuffle-strided-with-offset-128.ll | 18 +- .../CodeGen/X86/shuffle-strided-with-offset-256.ll | 83 +- .../CodeGen/X86/shuffle-strided-with-offset-512.ll | 156 +- test/CodeGen/X86/shuffle-vs-trunc-128.ll | 14 +- test/CodeGen/X86/shuffle-vs-trunc-256.ll | 13 +- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 116 +- test/CodeGen/X86/vector-half-conversions.ll | 53 +- test/CodeGen/X86/vector-shuffle-128-v4.ll | 83 +- test/CodeGen/X86/vector-shuffle-combining.ll | 41 +- test/CodeGen/X86/vector-shuffle-v1.ll | 16 +- test/CodeGen/X86/vector-trunc-math.ll | 1716 +++++++++++++------- test/CodeGen/X86/vector-trunc.ll | 255 ++- test/CodeGen/X86/vector-zext.ll | 17 +- 29 files changed, 2675 insertions(+), 1598 deletions(-)