This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 92bef79 AMDGPU: Fix asan errors when folding operands new a1123a9 [X86][IR] Move the autoupgrading of store intrinsics out of t [...] new 4715a2c [AVX-512] Remove 128/256 masked vpermil instrinsics and autou [...] new 838608b [X86][SSE] Ensure UNPCK inputs are a consistent value type in [...]
The 3 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 | 24 --- lib/IR/AutoUpgrade.cpp | 214 ++++++++++++++---------- lib/Target/X86/X86ISelLowering.cpp | 5 +- lib/Target/X86/X86IntrinsicsInfo.h | 8 - test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 80 +++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 80 --------- 6 files changed, 207 insertions(+), 204 deletions(-)