This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 17717539b05 AMDGPU: Adjust the chain for loads writing to the HI part o [...] new 0ab0885de0d [X86] Use X86ISD::BLENDV for blendv intrinsics. Replace vse [...] new 2346eea6e84 [X86] Add X86ISD::VSHLV and X86ISD::VSRLV nodes for psllv a [...]
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/Target/X86/X86ISelDAGToDAG.cpp | 16 +- lib/Target/X86/X86ISelLowering.cpp | 13 ++ lib/Target/X86/X86ISelLowering.h | 9 +- lib/Target/X86/X86InstrAVX512.td | 79 +++++++--- lib/Target/X86/X86InstrFragmentsSIMD.td | 8 + lib/Target/X86/X86InstrSSE.td | 162 ++++++++------------ lib/Target/X86/X86IntrinsicsInfo.h | 44 +++--- test/CodeGen/X86/avx2-intrinsics-x86.ll | 240 ++++++++++++++++++++++-------- test/CodeGen/X86/avx512-intrinsics.ll | 28 +++- test/CodeGen/X86/avx512bw-intrinsics.ll | 24 ++- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 64 +++++--- 11 files changed, 434 insertions(+), 253 deletions(-)