[Mlir-commits] [mlir] [MLIR][Arith] add fastMathAttr on arith::extf and arith::truncf (PR #93443)
Ivy Zhang
llvmlistbot at llvm.org
Mon Jun 10 19:07:41 PDT 2024
================
@@ -1195,6 +1195,12 @@ def Arith_ExtFOp : Arith_FToFCastOp<"extf"> {
}];
let hasVerifier = 1;
let hasFolder = 1;
+
+ let arguments = (ins FloatLike:$in, OptionalAttr<Arith_FastMathAttr>:$fastmath);
----------------
crazydemo wrote:
changed to default value.
https://github.com/llvm/llvm-project/pull/93443
More information about the Mlir-commits
mailing list