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.
1 parent 06eedff commit 631c5e8Copy full SHA for 631c5e8
mlir/include/mlir/IR/CommonAttrConstraints.td
@@ -755,7 +755,7 @@ class AllAttrOf<list<AttrConstraint> constraints> : AttrConstraint<
755
756
class IntNEQValue<int n> : AttrConstraint<
757
CPred<"::llvm::cast<::mlir::IntegerAttr>($_self).getInt() != " # n>,
758
- "whose minimum value is " # n>;
+ "whose value is not " # n>;
759
760
class IntMinValue<int n> : AttrConstraint<
761
CPred<"::llvm::cast<::mlir::IntegerAttr>($_self).getInt() >= " # n>,
0 commit comments