This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3f4d13d [LCG] Teach the LazyCallGraph to handle visiting the blockadd [...] new b7ae55e [InstCombine][X86] Add DemandedElts support for 512-bit PMULD [...] new 48ee9a8 [AVX-512] Remove masked pmuldq and pmuludq intrinsics and aut [...]
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 | 18 -- lib/IR/AutoUpgrade.cpp | 26 +++ lib/Target/X86/X86IntrinsicsInfo.h | 12 -- lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +- .../InstCombine/InstCombineSimplifyDemanded.cpp | 4 +- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 213 ++++++++++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 214 --------------------- test/Transforms/InstCombine/x86-muldq.ll | 29 +++ 8 files changed, 274 insertions(+), 246 deletions(-)