[PATCH] D149968: [AArch64][SVE] Predicated mul pattern
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 05:55:21 PDT 2023
dmgreen updated this revision to Diff 524259.
dmgreen added a comment.
I found these VSelectCommPredOrPassthruPatFrags PatFrags used for the existing fmul, min and max operations. I've switched over to use it and added D151084 <https://reviews.llvm.org/D151084> and D151080 <https://reviews.llvm.org/D151080> for improving them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149968/new/
https://reviews.llvm.org/D149968
Files:
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-pred-selectop2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149968.524259.patch
Type: text/x-patch
Size: 4798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230522/10108144/attachment.bin>
More information about the llvm-commits
mailing list