We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arith.trunci
1 parent 6197205 commit f577516Copy full SHA for f577516
mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
@@ -1271,7 +1271,7 @@ def Arith_ScalingExtFOp
1271
// TruncIOp
1272
//===----------------------------------------------------------------------===//
1273
1274
-def Arith_TruncIOp : Op<Arith_Dialect, "trunci",
+def Arith_TruncIOp : Arith_Op<"trunci",
1275
[Pure, SameOperandsAndResultShape, SameInputOutputTensorDims,
1276
DeclareOpInterfaceMethods<CastOpInterface>,
1277
DeclareOpInterfaceMethods<InferIntRangeInterface, ["inferResultRanges"]>,
0 commit comments