This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 302c35d [PM] Port UnreachableBlockElim to the new Pass Manager new b1a79e7 [X86] Remove intrinsics that already have autoupgrade support. new 60316c0 [AVX512] Remove and autoupgrade a duplicate set of 512-bit ma [...]
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 | 25 ---- lib/IR/AutoUpgrade.cpp | 25 +++- lib/Target/X86/X86ISelLowering.cpp | 7 - lib/Target/X86/X86IntrinsicsInfo.h | 8 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 192 ++++++++++++++++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 192 -------------------------- 6 files changed, 217 insertions(+), 232 deletions(-)