[PATCH] D129623: [AArch64][SVE] Fold fadda(ptrue, x, select(mask, y, -0.0)) into fadda(mask, x, y)
Rosie Sumpter via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 00:33:10 PDT 2022
RosieSumpter updated this revision to Diff 445401.
RosieSumpter marked an inline comment as done.
RosieSumpter added a comment.
- Change definition of `SDT_AArch64ReduceWithInit` so that fadda patterns don't need to be replicated for different predicate vector types.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129623/new/
https://reviews.llvm.org/D129623
Files:
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-fadda-select.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129623.445401.patch
Type: text/x-patch
Size: 8179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220718/9c4b2595/attachment.bin>
More information about the llvm-commits
mailing list