[PATCH] D139119: [AArch64][SVE2p1] Make use of REVD instruction.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 08:20:49 PST 2022
sdesmalen created this revision.
sdesmalen added reviewers: paulwalker-arm, david-arm.
Herald added subscribers: ctetreau, hiraditya, kristof.beyls, tschuett.
Herald added a project: All.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Reversing double-words within a quard-word is possible using the REVD instruction
when SVE2p1 is enabled.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139119
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-fixed-length-permute-rev.ll
llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-permute-rev.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139119.479304.patch
Type: text/x-patch
Size: 5121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221201/d1772f70/attachment.bin>
More information about the llvm-commits
mailing list