[PATCH] D128902: [AArch64][SVE] Create AArch64ISD node for DUPQLANE

Matt Devereau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 03:20:53 PDT 2022


MattDevereau created this revision.
MattDevereau added reviewers: peterwaller-arm, paulwalker-arm, c-rhodes, bsmith, DavidTruby.
Herald added subscribers: 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.

Create an AArch64ISD node instead of emitting machine node DUP_ZZI_Q. This allows a simpler DAG combine for work previously attempted in https://reviews.llvm.org/D128503


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128902

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64InstrGISel.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128902.441337.patch
Type: text/x-patch
Size: 5325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220630/4fb2ea19/attachment.bin>


More information about the llvm-commits mailing list