[PATCH] D89527: [DAGCombiner] Tighten reasscociation of visitFMA

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 05:15:35 PDT 2020


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:13214
 
   // FMA nodes have flags that propagate to the created nodes.
+  bool UnsafeFPMath =
----------------
This comment line seems to be misplaced now - it can be moved above the FlagInserter declaration or deleted.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89527/new/

https://reviews.llvm.org/D89527



More information about the llvm-commits mailing list