[clang] [llvm] [mlir] IR: Promote "denormal-fp-math" to a first class attribute (PR #174293)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 21 06:54:13 PST 2026


================
@@ -193,7 +206,7 @@ struct DenormalMode {
     return MergedMode;
   }
 
-  inline void print(raw_ostream &OS) const;
+  inline void print(raw_ostream &OS, bool Legacy = true) const;
----------------
arsenm wrote:

This avoids breaking the -cc1 flags. The spelling there is "preserve-sign" not "preservesign"

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


More information about the cfe-commits mailing list