[PATCH] D40306: [AArch64] Add patterns to replace fsub fmul with fma fneg.

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 09:40:25 PST 2017


evandro added a comment.

LGTM



================
Comment at: include/llvm/CodeGen/MachineCombinerPattern.h:72
   FMLSv2f32_OP2,
+  FMLSv2f32_OP1,
+  FMLSv2f64_OP1,
----------------
Please, sort the 2 lines above alphabetically.


https://reviews.llvm.org/D40306





More information about the llvm-commits mailing list