[PATCH] D129758: [AArch64][SVE] Lower DUPELANE128 to LD1RQD

Matt Devereau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 04:58:00 PDT 2022


MattDevereau created this revision.
MattDevereau added reviewers: peterwaller-arm, paulwalker-arm, c-rhodes, bsmith, dtemirbulatov, david-arm.
Herald added subscribers: steven.zhang, psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
MattDevereau requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Following on from https://reviews.llvm.org/D128902, lower DUPLANE128 to LD1RQD. This also introduces some DAGCombine logic to simplify bitcasts out of loading logic to result in less logically redundant patterns being added to instruction selection


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129758

Files:
  llvm/include/llvm/Target/TargetSelectionDAG.td
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-perm-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129758.444600.patch
Type: text/x-patch
Size: 9648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/1e22aa40/attachment.bin>


More information about the llvm-commits mailing list