This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f95400123e [ScalarizeMaskedMemIntrin] When expanding masked loads, sta [...] new c670432bdda [ScalarizeMaskedMemIntrin] Add some IR only test cases for [...] new 2122d188d16 [ScalarizeMaskedMemIntrin] When expanding masked gathers, s [...]
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/CodeGen/ScalarizeMaskedMemIntrin.cpp | 33 +- test/CodeGen/X86/avx2-masked-gather.ll | 358 +++++++++------------ test/CodeGen/X86/masked_gather_scatter.ll | 120 ++++--- .../X86/expand-masked-gather.ll | 63 ++++ 4 files changed, 291 insertions(+), 283 deletions(-) create mode 100644 test/Transforms/ScalarizeMaskedMemIntrin/X86/expand-masked-gather.ll