This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e255157 IR: Rename the tablegen'd Attributes file to .gen new 4059a77 [X86] Add VBROADCASTF128/VBROADCASTI128 to execution domain f [...] new 08c71c6 [X86] Add 512-bit VPBROADCASTB and VPBROADCASTW tests. new 9435177 [X86] Remove AddedComplexity adjustments that don't seem to b [...] new b54d49d [X86] Add EVEX encoded VBROADCASTSS/SD and VPBROADCASTD/Q to [...] new db79113 [AVX-512] Replicate pattern from AVX to select VMOVDDUP for ( [...]
The 5 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/X86InstrAVX512.td | 8 +- lib/Target/X86/X86InstrInfo.cpp | 13 +- lib/Target/X86/X86InstrSSE.td | 10 +- test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 4 +- test/CodeGen/X86/avx2-vbroadcast.ll | 775 ++++++++++++++++++--- test/CodeGen/X86/avx512-bugfix-25270.ll | 8 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 8 +- test/CodeGen/X86/avx512-vbroadcast.ll | 6 +- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 12 +- test/CodeGen/X86/masked_gather_scatter.ll | 4 +- test/CodeGen/X86/subvector-broadcast.ll | 148 ++-- test/CodeGen/X86/vec_fabs.ll | 4 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 58 +- test/CodeGen/X86/vector-shuffle-512-v16.ll | 2 +- test/CodeGen/X86/vector-shuffle-512-v32.ll | 53 ++ test/CodeGen/X86/vector-shuffle-512-v64.ll | 151 ++++ test/CodeGen/X86/vector-shuffle-512-v8.ll | 4 +- .../X86/vector-shuffle-combining-avx512bw.ll | 6 +- 18 files changed, 1017 insertions(+), 257 deletions(-)