This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71a28cb4142 fix trivial typos; NFC new 425091694e8 [GlobalISel][X86] Support vector type G_UNMERGE_VALUES selection.
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 | 31 ++++ test/CodeGen/X86/GlobalISel/add-vec.ll | 173 +++++++++++++++++++-- .../X86/GlobalISel/select-unmerge-vec256.mir | 53 +++++++ .../X86/GlobalISel/select-unmerge-vec512.mir | 74 +++++++++ 4 files changed, 314 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/select-unmerge-vec256.mir create mode 100644 test/CodeGen/X86/GlobalISel/select-unmerge-vec512.mir