This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f9f3d363763 [X86] Use EVEX encoded intrinsics for legacy FMA intrinsics [...] new 2513e7c5ce7 adding a pattern for broadcastm new 028edca1226 [x86][AVX512] Lowering Broadcastm intrinsics to LLVM IR
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: lib/IR/AutoUpgrade.cpp | 11 +++- lib/Target/X86/X86ISelLowering.cpp | 32 +++++---- lib/Target/X86/X86IntrinsicsInfo.h | 6 -- test/CodeGen/X86/avx512cd-intrinsics-fast-isel.ll | 37 +++++++++++ test/CodeGen/X86/avx512cd-intrinsics-upgrade.ll | 23 +++++++ test/CodeGen/X86/avx512cd-intrinsics.ll | 22 ------- test/CodeGen/X86/avx512cdvl-intrinsics-upgrade.ll | 44 +++++++++++++ test/CodeGen/X86/avx512cdvl-intrinsics.ll | 43 ------------- .../CodeGen/X86/avx512vlcd-intrinsics-fast-isel.ll | 75 ++++++++++++++++++++++ test/CodeGen/X86/broadcastm-lowering.ll | 7 +- 10 files changed, 210 insertions(+), 90 deletions(-) create mode 100644 test/CodeGen/X86/avx512cd-intrinsics-fast-isel.ll create mode 100644 test/CodeGen/X86/avx512vlcd-intrinsics-fast-isel.ll