This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7074daff3e5 [PowerPC] Emit XXSEL for vec_sel and code that has the same [...] new 691701d2f8a [TargetLowering] SimplifyDemandedBits - legal checks for SI [...]
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/CodeGen/SelectionDAG/TargetLowering.cpp | 21 +++++-- test/CodeGen/X86/avx512-ext.ll | 84 +++++++++++++------------- test/CodeGen/X86/avx512-fma.ll | 6 +- test/CodeGen/X86/avx512-insert-extract.ll | 44 +++++++------- test/CodeGen/X86/avx512-mask-op.ll | 64 ++++++++++---------- test/CodeGen/X86/avx512-masked-memop-64-32.ll | 14 ++--- test/CodeGen/X86/avx512-vec-cmp.ll | 3 +- test/CodeGen/X86/masked_compressstore.ll | 16 ++--- test/CodeGen/X86/masked_expandload.ll | 4 +- test/CodeGen/X86/masked_gather_scatter.ll | 64 ++++++++++---------- test/CodeGen/X86/masked_load.ll | 12 ++-- test/CodeGen/X86/pmul.ll | 4 +- test/CodeGen/X86/pr30284.ll | 2 +- test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 8 +-- test/CodeGen/X86/setcc-lowering.ll | 2 +- test/CodeGen/X86/vector-reduce-and-bool.ll | 10 +-- test/CodeGen/X86/vector-reduce-or-bool.ll | 10 +-- test/CodeGen/X86/vector-reduce-xor-bool.ll | 10 +-- test/CodeGen/X86/vector-shuffle-512-v16.ll | 4 +- test/CodeGen/X86/vector-shuffle-512-v8.ll | 12 ++-- test/CodeGen/X86/vector-shuffle-v1.ll | 12 ++-- 21 files changed, 207 insertions(+), 199 deletions(-)