This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f9d19bad73 [x86] use more shift or LEA for select-of-constants (2nd try) new eab12873b7e [x86] Enable some support for lowerVectorShuffleWithUndefHa [...] new 09c4df1c6db [AVX512] Remove and autoupgrade many of the broadcast intrinsics
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 | 60 ---------- lib/IR/AutoUpgrade.cpp | 23 ++++ lib/Target/X86/X86ISelLowering.cpp | 31 ++--- lib/Target/X86/X86IntrinsicsInfo.h | 26 +--- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 137 +++++++++++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 139 --------------------- test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 138 +++++++++++++++++++++ test/CodeGen/X86/avx512dq-intrinsics.ll | 140 ---------------------- test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 70 +++++++++++ test/CodeGen/X86/avx512dqvl-intrinsics.ll | 78 ------------ test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 66 ++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 74 ------------ test/CodeGen/X86/madd.ll | 8 +- test/CodeGen/X86/sad.ll | 48 ++++---- test/CodeGen/X86/vector-shuffle-512-v16.ll | 17 +-- test/CodeGen/X86/vector-shuffle-512-v32.ll | 4 +- test/CodeGen/X86/vector-shuffle-512-v64.ll | 23 +--- test/CodeGen/X86/vector-shuffle-512-v8.ll | 4 +- 18 files changed, 487 insertions(+), 599 deletions(-)