This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8de712d [X86] Pass the SDLoc and Mask ArrayRef down from lowerVectorS [...] new a8482b2 [AVX512] [AVX512/AVX][Intrinsics] Fix Variable Bit Shift Righ [...]
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/X86ISelLowering.cpp | 1 + lib/Target/X86/X86ISelLowering.h | 5 +++++ lib/Target/X86/X86InstrAVX512.td | 5 +++++ lib/Target/X86/X86InstrFragmentsSIMD.td | 2 ++ lib/Target/X86/X86InstrInfo.cpp | 2 ++ lib/Target/X86/X86InstrSSE.td | 2 ++ lib/Target/X86/X86IntrinsicsInfo.h | 22 +++++++++++----------- test/CodeGen/X86/avx2-intrinsics-x86.ll | 33 ++++++++++++++++++++++++++++++++- test/CodeGen/X86/avx512bw-intrinsics.ll | 18 ++++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 26 ++++++++++++++++++++++++++ 10 files changed, 104 insertions(+), 12 deletions(-)