This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d88ada4d7b [TargetLowering][AMDGPU] Remove the SimplifyDemandedBits fu [...] new 2c6b4b67602 [MemorySSA] Add SkipSelfWalker. new e862164938e Revert r350554 "[X86] Remove AVX512VBMI2 concat and shift i [...]
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/Analysis/MemorySSA.h | 3 + include/llvm/IR/IntrinsicsX86.td | 231 ++++++ lib/Analysis/MemorySSA.cpp | 50 +- lib/IR/AutoUpgrade.cpp | 92 ++- lib/Target/X86/X86IntrinsicsInfo.h | 56 ++ .../X86/avx512vbmi2-intrinsics-fast-isel.ll | 166 ++--- test/CodeGen/X86/avx512vbmi2-intrinsics-upgrade.ll | 376 ---------- test/CodeGen/X86/avx512vbmi2-intrinsics.ll | 218 +++--- .../X86/avx512vbmi2vl-intrinsics-fast-isel.ll | 340 ++++----- .../X86/avx512vbmi2vl-intrinsics-upgrade.ll | 788 --------------------- test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll | 452 ++++++------ 11 files changed, 930 insertions(+), 1842 deletions(-)