This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 844041aadf0 AMDGPU: Raise the priority of MAD24 in instruction selection. new 0e3399be408 [X86] Add avx512 scatter intrinsics that use a vXi1 mask in [...]
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: include/llvm/IR/IntrinsicsX86.td | 119 +++++++++++++- lib/Target/X86/X86ISelLowering.cpp | 8 +- lib/Target/X86/X86IntrinsicsInfo.h | 25 +++ test/CodeGen/X86/avx512-gather-scatter-intrin.ll | 200 ++++++++++++----------- 4 files changed, 257 insertions(+), 95 deletions(-)