[clang] [llvm] [mlir] IR: Promote "denormal-fp-math" to a first class attribute (PR #174293)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 21 02:56:04 PST 2026
================
@@ -300,6 +302,15 @@ class Attribute {
/// Returns memory effects.
LLVM_ABI MemoryEffects getMemoryEffects() const;
+ /// Returns denormal_fpenv.
+ LLVM_ABI struct DenormalFPEnv getDenormalFPEnv() const;
----------------
nikic wrote:
```suggestion
LLVM_ABI DenormalFPEnv getDenormalFPEnv() const;
```
https://github.com/llvm/llvm-project/pull/174293
More information about the llvm-commits
mailing list