This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f61ad6e InstCombine: Add fma with constant transforms new be3e531 [AVX-512] Remove vextract intrinsics and autoupgrade to nativ [...] new a3ed852 [AVX-512] Remove vinsert intrinsics and autoupgrade to native [...] new 8fd6e6f [AVX-512] Add support for pushing bitcasts through INSERT_SUB [...] new f53c0d3 [X86] Fix header comment. NFC new 6bb8971 [X86] Remove trailing whitespace and an unnecessary line wrap. NFC new ddf520d [AVX-512] Re-generate tests that were updated for r290663 wit [...] new 201727a [AVX-512] Teach EVEX to VEX conversion pass to handle VINSERT [...]
The 7 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: include/llvm/IR/IntrinsicsX86.td | 124 ---- lib/IR/AutoUpgrade.cpp | 64 +- lib/Target/X86/X86ISelLowering.cpp | 33 +- lib/Target/X86/X86InstrAVX512.td | 27 - lib/Target/X86/X86InstrTablesInfo.h | 90 ++- lib/Target/X86/X86IntrinsicsInfo.h | 26 +- test/CodeGen/X86/avx2-vbroadcast.ll | 233 ++---- test/CodeGen/X86/avx512-extract-subvector.ll | 12 +- test/CodeGen/X86/avx512-insert-extract.ll | 32 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 188 +++++ test/CodeGen/X86/avx512-intrinsics.ll | 127 ---- test/CodeGen/X86/avx512-vbroadcasti128.ll | 6 +- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 8 +- test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 142 ++++ test/CodeGen/X86/avx512dq-intrinsics.ll | 121 ---- test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 59 ++ test/CodeGen/X86/avx512dqvl-intrinsics.ll | 60 -- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 60 ++ test/CodeGen/X86/avx512vl-intrinsics.ll | 61 -- test/CodeGen/X86/masked_memop.ll | 56 +- test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 8 +- test/CodeGen/X86/stack-folding-int-avx512vl.ll | 8 +- test/CodeGen/X86/subvector-broadcast.ll | 263 ++++--- test/CodeGen/X86/vec_fp_to_int.ll | 158 +--- test/CodeGen/X86/vec_int_to_fp.ll | 28 +- test/CodeGen/X86/vector-half-conversions.ll | 64 +- test/CodeGen/X86/vector-lzcnt-256.ll | 86 +-- test/CodeGen/X86/vector-shuffle-256-v16.ll | 834 +++++++--------------- test/CodeGen/X86/vector-shuffle-256-v32.ll | 90 +-- test/CodeGen/X86/vector-shuffle-256-v4.ll | 68 +- test/CodeGen/X86/vector-shuffle-256-v8.ll | 530 +++++--------- test/CodeGen/X86/vector-trunc.ll | 6 +- 32 files changed, 1451 insertions(+), 2221 deletions(-) create mode 100644 test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll