This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 303c51ac632 [AMDGPU] Add VerifyScheduling support. new 61fe4ef60e3 [X86] Add a VBROADCAST_LOAD ISD opcode representing a scala [...]
The 1 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/Target/X86/X86ISelDAGToDAG.cpp | 43 ++- lib/Target/X86/X86ISelLowering.cpp | 115 +++++++- lib/Target/X86/X86ISelLowering.h | 3 + lib/Target/X86/X86InstrAVX512.td | 288 ++++++++++----------- lib/Target/X86/X86InstrFragmentsSIMD.td | 22 ++ lib/Target/X86/X86InstrSSE.td | 46 ++-- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 7 +- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 14 +- test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 32 +-- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 22 +- .../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 28 +- 11 files changed, 382 insertions(+), 238 deletions(-)