[Mlir-commits] [mlir] [MLIR][LLVM] Add ftz and fuse FP ops related function attribute support (PR #97812)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Jul 6 07:17:07 PDT 2024


================
@@ -1685,6 +1685,9 @@ static constexpr std::array kExplicitAttributes{
     StringLiteral("target-features"),
     StringLiteral("unsafe-fp-math"),
     StringLiteral("vscale_range"),
+    StringLiteral("denormal-fp-math"),
+    StringLiteral("denormal-fp-math-f32"),
+    StringLiteral("fp-contract"),
----------------
runseny wrote:

Yeah, done

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


More information about the Mlir-commits mailing list