[PATCH] D128045: [AArch64][SVE] Match (add x (lsr/asr y c)) -> usra/ssra x y c
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 07:59:42 PDT 2022
bsmith updated this revision to Diff 438705.
bsmith added a comment.
- Rework to use PatFrags instead of adding extra patterns
- Add tests for intrinsic cases
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128045/new/
https://reviews.llvm.org/D128045
Files:
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/CodeGen/AArch64/sve2-sra.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128045.438705.patch
Type: text/x-patch
Size: 14446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220621/e5631420/attachment.bin>
More information about the llvm-commits
mailing list