[PATCH] D108600: [AArch64][GlobalISel] Select @llvm.aarch64.neon.ld4.*

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 23 17:42:25 PDT 2021


paquette created this revision.
paquette added reviewers: aemerson, jroelofs.
Herald added subscribers: hiraditya, kristof.beyls, rovka.
paquette requested review of this revision.
Herald added a project: LLVM.

Reuse the selection code from the ld2 case. This is similar to how SDAG handles things in AArch64ISelDAGToDAG. (See `SelectLoad`)

This fell back ~100 times while building clang with GISel enabled for AArch64.

Factoring out the gross subreg copy part ought to make selecting the rest of this family fairly easy.


https://reviews.llvm.org/D108600

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108600.368246.patch
Type: text/x-patch
Size: 17722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210824/64b5c7d1/attachment.bin>


More information about the llvm-commits mailing list