[PATCH] D87390: [PowerPC] Pass nofpexcept flag to custom lowered constrained ops

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 09:39:09 PDT 2020


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

This LGTM, thanks!



================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:1681
 
-  // TODO: Are there fast-math-flags to propagate to this FADD?
   SDValue NewLo = DAG.getConstantFP(
----------------
Well, the comment also refers to the non-strict FADD, so it might still be relevant?


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

https://reviews.llvm.org/D87390



More information about the llvm-commits mailing list