This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ccdeef1530 [ObjectYAML] [COFF] Support multiple symbols with the same name new 10ecfd69442 Recommit r350554 "[X86] Remove AVX512VBMI2 concat and shift [...] new 671f057a2cf [ValueTracking] Adjust comment in test
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 | 231 ------ lib/IR/AutoUpgrade.cpp | 92 +-- lib/Target/X86/X86IntrinsicsInfo.h | 56 -- test/Analysis/ValueTracking/gep-negative-issue.ll | 3 +- .../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 ++++++------ 10 files changed, 1843 insertions(+), 879 deletions(-)