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

Nikita Popov llvmlistbot at llvm.org
Wed Jan 21 02:56:05 PST 2026


================
@@ -2650,28 +2650,28 @@ For example:
     might otherwise be set or cleared by calling this function. LLVM will
     not introduce any new floating-point instructions that may trap.
 
-.. _denormal_fp_math:
+.. _denormal_fpenv:
 
-``"denormal-fp-math"``
+``denormal_fpenv``
----------------
nikic wrote:

This needs some examples of how the full attribute is actually spelled.

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


More information about the Mlir-commits mailing list