================
@@ -2942,6 +2942,10 @@ static void RenderFloatingPointOptions(const ToolChain 
&TC, const Driver &D,
       if (Val.equals("fast")) {
         FPModel = Val;
         applyFastMath();
+        // The target-specific getDefaultDenormalModeForType handler should
+        // account for -ffp-model=fast and choose its behavior
----------------
MaskRay wrote:

Full stop.

https://github.com/llvm/llvm-project/pull/89477
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to