[PATCH] D146407: [AArch64] Combine fadd into fcmla
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 02:31:30 PDT 2023
SjoerdMeijer added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:16517
+
+ if (!N->getFlags().hasAllowReassociation())
+ return SDValue();
----------------
Bit of a nit but just checking: do we have test cases where reassocation isn't allowed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146407/new/
https://reviews.llvm.org/D146407
More information about the llvm-commits
mailing list