This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 960b586 Add "REQUIRES-ANY" feature test new 11a12c2 [AVX512] Remove masked load intrinsics. Clang now emits gener [...] new 679f5c4 [AVX512] Remove LOADA/LOADU/STOREA/STOREU intrinsic types now [...] new 581e354 [X86] Use uint16_t for a couple arrays of instruction opcodes. NFC new f543143 [X86] Add AVX 256-bit load and stores to fast isel. new 47a82be [X86] No need to use 256-bit VMOVNTPS for integer types when [...]
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: include/llvm/IR/IntrinsicsX86.td | 100 -------- lib/IR/AutoUpgrade.cpp | 64 ++++- lib/Target/X86/X86FastISel.cpp | 65 ++++- lib/Target/X86/X86ISelLowering.cpp | 53 +--- lib/Target/X86/X86InstrSSE.td | 16 +- lib/Target/X86/X86IntrinsicsInfo.h | 32 +-- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 145 +++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 145 +---------- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 58 +++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 60 ----- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 72 ++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 72 ------ test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 288 ++++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 288 ---------------------- test/CodeGen/X86/fast-isel-nontemporal.ll | 18 +- 15 files changed, 693 insertions(+), 783 deletions(-)