[PATCH] D101593: [AArch64][SVE] Remove index_vector node.

JunMa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 29 19:32:41 PDT 2021


junparser created this revision.
junparser added reviewers: efriedma, david-arm, sdesmalen, paulwalker-arm, dmgreen.
Herald added subscribers: psnobl, arphaman, hiraditya, kristof.beyls, tschuett.
junparser requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Since index_vector is lowered into step_vector in D100816 <https://reviews.llvm.org/D100816>, we can just remove
index_vector, use step_vector for codegen directly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101593

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101593.341743.patch
Type: text/x-patch
Size: 16793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/866e03d6/attachment.bin>


More information about the llvm-commits mailing list