This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e9f2d0f5d2 [KnownBits] Use !hasConflict() in asserts in place of Zero [...] new 2bcb4e0921e [GlobalISel][X86] G_LOAD/G_STORE vec256/512 support
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/X86InstructionSelector.cpp | 20 +++ lib/Target/X86/X86LegalizerInfo.cpp | 17 ++ lib/Target/X86/X86LegalizerInfo.h | 1 + test/CodeGen/X86/GlobalISel/memop-vec.ll | 113 +++++++++++-- test/CodeGen/X86/GlobalISel/regbankselect-AVX2.mir | 55 +++++- .../X86/GlobalISel/regbankselect-AVX512.mir | 87 +++++++--- test/CodeGen/X86/GlobalISel/select-memop-v256.mir | 188 +++++++++++++++++++++ test/CodeGen/X86/GlobalISel/select-memop-v512.mir | 127 ++++++++++++++ 8 files changed, 568 insertions(+), 40 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/select-memop-v256.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-memop-v512.mir