[PATCH] D134022: [AArch64] Insert/Extract of bitcast patterns

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 01:07:30 PDT 2022


dmgreen created this revision.
dmgreen added reviewers: labrinea, samtebbs, sdesmalen, stuij, jaykang10.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
dmgreen requested review of this revision.
Herald added a project: LLVM.

This adds some quick tablegen patterns for `vector_insert(bitcast(..))` and `bitcast(vector_extract(..))`, allowing us to avoid a round-trip through GPRs.


https://reviews.llvm.org/D134022

Files:
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/neon-insextbitcast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134022.460664.patch
Type: text/x-patch
Size: 5501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/8c082409/attachment.bin>


More information about the llvm-commits mailing list