[PATCH] D100816: [AArch64][SVE] Lower index_vector to step_vector
JunMa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 22:39:31 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.
As discussed in D100107 <https://reviews.llvm.org/D100107>, this patch first convert index_vector to
step_vector, and convert step_vector back to index_vector after LegalizeDAG.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100816
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
llvm/test/CodeGen/AArch64/sve-intrinsics-index.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100816.338719.patch
Type: text/x-patch
Size: 6330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210420/172a3308/attachment.bin>
More information about the llvm-commits
mailing list