This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee18eb9 [AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/ [...] new a4ee850 [X86][AVX2] Add support for combining v16i16 shuffles to VPBLENDW new 0a6c80a Add reproducer test for pr32449. NFC.
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: lib/Target/X86/X86ISelLowering.cpp | 75 ++++++++++++++-------- .../CodeGen/X86/clear_upper_vector_element_bits.ll | 5 +- test/CodeGen/X86/shuffle-of-splat-multiuses.ll | 44 +++++++++++++ test/CodeGen/X86/vec_uint_to_fp-fastmath.ll | 7 +- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 12 ++-- 5 files changed, 103 insertions(+), 40 deletions(-) create mode 100644 test/CodeGen/X86/shuffle-of-splat-multiuses.ll