[PATCH] D59322: [GlobalISel][AArch64] Gardening: Factor out vector inserts

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 16:13:26 PDT 2019


paquette updated this revision to Diff 190530.
paquette added a comment.

Improve naming in emitLaneInsert, add some comments, and add an optional destination register.

Also make it figure out the element size in the function so that we don't have to pass that along.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59322/new/

https://reviews.llvm.org/D59322

Files:
  llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59322.190530.patch
Type: text/x-patch
Size: 4800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190313/d115b9e8/attachment.bin>


More information about the llvm-commits mailing list