[PATCH] D61028: [DAGCombiner] scale repeated FP divisor by splat factor

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 07:54:08 PDT 2019


RKSimon added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:11987
+  if (SDValue CombineRepeatedDivisors = combineRepeatedFPDivisors(N))
+    return CombineRepeatedDivisors;
+
----------------
Does this move need to be a separate patch?


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

https://reviews.llvm.org/D61028





More information about the llvm-commits mailing list