This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2527cbcd297 Fix a make_unique ambiguity. new 343a5212998 [X86] Remove masking from vpternlog intrinsics. Use a selec [...] new ee78629f71a [X86] Remove some unneeded check lines that I copy and past [...] new eb91413561e [X86] Simplify some X86 address mode folding code, NFCI
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 | 84 ++-- lib/IR/AutoUpgrade.cpp | 30 ++ lib/Target/X86/X86ISelDAGToDAG.cpp | 135 +++--- lib/Target/X86/X86ISelLowering.cpp | 17 - lib/Target/X86/X86IntrinsicsInfo.h | 32 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 124 ++++++ test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 68 +++ test/CodeGen/X86/avx512-intrinsics.ll | 48 ++- test/CodeGen/X86/avx512-vpternlog-commute.ll | 479 +++++++++++++--------- test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 258 ++++++++++++ test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 136 ++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 98 +++-- test/CodeGen/X86/combine-rotates.ll | 22 - test/CodeGen/X86/stack-folding-int-avx512.ll | 12 +- 14 files changed, 1082 insertions(+), 461 deletions(-)