[Mlir-commits] [mlir] [MLIR][LLVM] Add ftz and fuse FP ops related function attribute support (PR #97812)
Tobias Gysi
llvmlistbot at llvm.org
Fri Jul 5 08:48:00 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"),
----------------
gysit wrote:
nit: Can you sort the array alphabetically. It looks like it was sorted before.
https://github.com/llvm/llvm-project/pull/97812
More information about the Mlir-commits
mailing list