================
@@ -300,6 +302,15 @@ class Attribute {
   /// Returns memory effects.
   LLVM_ABI MemoryEffects getMemoryEffects() const;
 
+  /// Returns denormal_fpenv.
+  LLVM_ABI struct DenormalFPEnv getDenormalFPEnv() const;
+
+  /// Returns denormal_fp_math.
+  LLVM_ABI DenormalMode getDenormalFPMathRaw() const;
----------------
arsenm wrote:

Probably not needed anymore now that it's 1 attribute instead of 2

https://github.com/llvm/llvm-project/pull/174293
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to