[clang] [llvm] [mlir] IR: Promote "denormal-fp-math" to a first class attribute (PR #174293)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 21 02:56:05 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;
----------------
nikic wrote:
Where is the legacy printing mode used?
https://github.com/llvm/llvm-project/pull/174293
More information about the cfe-commits
mailing list