File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
mlir/include/mlir/Dialect/Arith/IR Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1499,10 +1499,6 @@ def Arith_CmpIOp
1499
1499
SignlessIntegerLikeOfAnyRank:$lhs,
1500
1500
SignlessIntegerLikeOfAnyRank:$rhs);
1501
1501
1502
- let extraClassDeclaration = [{
1503
- static arith::CmpIPredicate getPredicateByName(StringRef name);
1504
- }];
1505
-
1506
1502
let hasFolder = 1;
1507
1503
let hasCanonicalizer = 1;
1508
1504
}
@@ -1546,10 +1542,6 @@ def Arith_CmpFOp : Arith_CompareOp<"cmpf",
1546
1542
DefaultValuedAttr<
1547
1543
Arith_FastMathAttr, "::mlir::arith::FastMathFlags::none">:$fastmath);
1548
1544
1549
- let extraClassDeclaration = [{
1550
- static arith::CmpFPredicate getPredicateByName(StringRef name);
1551
- }];
1552
-
1553
1545
let hasFolder = 1;
1554
1546
let hasCanonicalizer = 1;
1555
1547
let assemblyFormat = [{ $predicate `,` $lhs `,` $rhs (`fastmath` `` $fastmath^)?
You can’t perform that action at this time.
0 commit comments