[PATCH] D59392: [AArch64][GlobalISel] Implement selection for G_UNMERGE of vectors to vectors

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 15:11:48 PDT 2019


aemerson created this revision.
aemerson added a reviewer: paquette.
aemerson added a project: LLVM.
Herald added subscribers: Petar.Avramovic, hiraditya, kristof.beyls, javed.absar, rovka.
aemerson added a parent revision: D59390: [AArch64][GlobalISel] Add some support for G_CONCAT_VECTORS.

This re-uses the previous support for extract vector elt to extract the subvectors.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D59392

Files:
  llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/select-unmerge.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59392.190739.patch
Type: text/x-patch
Size: 10633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190314/45b5cdd4/attachment.bin>


More information about the llvm-commits mailing list