This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b0bf92 [modules] Good ol' JIT is gone. new 0b27eaf [X86] Add assert to ensure only 128-bit vector types are used [...] new 12d48c9 [AVX512] Remove masked unpack intrinsics and autoupgrade to v [...]
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: include/llvm/IR/IntrinsicsX86.td | 219 ---------------- lib/IR/AutoUpgrade.cpp | 36 +++ lib/Target/X86/X86ISelLowering.cpp | 12 + lib/Target/X86/X86IntrinsicsInfo.h | 72 ------ test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 133 ++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 132 ---------- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 96 +++++++ test/CodeGen/X86/avx512bw-intrinsics.ll | 100 -------- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 144 +++++++++++ test/CodeGen/X86/avx512bwvl-intrinsics.ll | 144 ----------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 288 +++++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 296 +--------------------- test/CodeGen/X86/vector-shuffle-512-v32.ll | 6 +- 13 files changed, 715 insertions(+), 963 deletions(-)