[PATCH] D103168: [AArch64][SVE] Add support for using reverse forms of SVE2 shifts

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 07:20:17 PDT 2021


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

When using and ACLE intrinsic for an SVE2 shift, if the predicate passed
has all relevant lanes active, then use a reversed version of the
instruction if beneficial.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103168

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve2-intrinsics-uniform-dsp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103168.347957.patch
Type: text/x-patch
Size: 25932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210526/342a884f/attachment.bin>


More information about the llvm-commits mailing list