[clang] Clean up denormal handling with -ffp-model, -ffast-math, etc. (PR #89477)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 07:38:21 PDT 2024


================
@@ -1462,6 +1460,14 @@ floating point semantic models: precise (the default), strict, and fast.
   "allow_approximate_fns", "off", "off", "on"
   "allow_reassociation", "off", "off", "on"
 
+The ``-fp-model`` option does not modify the "fdenormal-fp-math" or
+"fdenormal-fp-math-f32" settings, but it does have an impact on whether
----------------
arsenm wrote:

IIRC denormal-fp-math-f32 is only a cc1 flag not exposed to end users 

https://github.com/llvm/llvm-project/pull/89477


More information about the cfe-commits mailing list