This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f50f6edbe04 [X86] Add missing MOVSX/MOVZX instructions to load folding tables. new 60a0ef023c2 [X86] Legalize v32i1 without BWI via splitting to v16i1 rat [...]
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/X86ISelLowering.cpp | 23 + lib/Target/X86/X86ISelLowering.h | 8 + test/CodeGen/X86/avg-mask.ll | 130 +- test/CodeGen/X86/avx512-insert-extract.ll | 273 +- test/CodeGen/X86/avx512-mask-op.ll | 378 +- test/CodeGen/X86/avx512-masked-memop-64-32.ll | 12 +- test/CodeGen/X86/avx512-vec-cmp.ll | 49 +- test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 18366 +++---------------- test/CodeGen/X86/bitcast-and-setcc-256.ll | 30 +- test/CodeGen/X86/bitcast-and-setcc-512.ll | 101 +- .../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 74 +- test/CodeGen/X86/bitcast-setcc-256.ll | 20 +- test/CodeGen/X86/bitcast-setcc-512.ll | 53 +- test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 68 +- test/CodeGen/X86/vector-compare-results.ll | 226 +- test/CodeGen/X86/vector-shuffle-v1.ll | 276 +- 16 files changed, 3376 insertions(+), 16711 deletions(-)