This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b6e3e18215 docs: Fix formatting in HowToReleaseLLVM new 4c92030df73 [X86] Add VPERMPD/VPERMQ and VPERMPS/VPERMD to the executio [...]
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/X86InstrInfo.cpp | 16 + test/CodeGen/X86/avx-vperm2x128.ll | 2 +- test/CodeGen/X86/avx2-conversions.ll | 8 +- test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 8 +- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 2 +- test/CodeGen/X86/avx2-intrinsics-x86.ll | 4 +- test/CodeGen/X86/avx2-vperm.ll | 12 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 4 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 60 ++-- test/CodeGen/X86/avx512-shuffles/permute.ll | 68 ++-- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 4 +- test/CodeGen/X86/oddshuffles.ll | 128 ++++---- test/CodeGen/X86/pmul.ll | 4 +- test/CodeGen/X86/shuffle-of-splat-multiuses.ll | 4 +- .../CodeGen/X86/shuffle-strided-with-offset-512.ll | 4 +- test/CodeGen/X86/shuffle-vs-trunc-256.ll | 12 +- test/CodeGen/X86/stack-folding-int-avx2.ll | 4 +- test/CodeGen/X86/stack-folding-int-avx512.ll | 4 +- test/CodeGen/X86/stack-folding-int-avx512vl.ll | 4 +- test/CodeGen/X86/swizzle-avx2.ll | 20 +- test/CodeGen/X86/vector-extend-inreg.ll | 2 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 136 ++++---- test/CodeGen/X86/vector-shuffle-256-v8.ll | 140 ++++---- test/CodeGen/X86/vector-shuffle-512-v16.ll | 6 +- test/CodeGen/X86/vector-shuffle-512-v8.ll | 352 ++++++++++----------- test/CodeGen/X86/vector-shuffle-avx512.ll | 12 +- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 20 +- .../X86/vector-shuffle-combining-avx512bw.ll | 24 +- test/CodeGen/X86/vector-trunc-math.ll | 36 +-- test/CodeGen/X86/vector-trunc.ll | 20 +- 30 files changed, 571 insertions(+), 549 deletions(-)