[Mlir-commits] [mlir] [mlir][NFC] Fix typo in property predicate tests (PR #183987)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Feb 28 23:49:16 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Krzysztof Drewniak (krzysz00)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/183987.diff
1 Files Affected:
- (modified) mlir/test/mlir-tblgen/op-properties-predicates.td (+1-1)
``````````diff
diff --git a/mlir/test/mlir-tblgen/op-properties-predicates.td b/mlir/test/mlir-tblgen/op-properties-predicates.td
index 7cc9633850069..dd3f4db7a72c3 100644
--- a/mlir/test/mlir-tblgen/op-properties-predicates.td
+++ b/mlir/test/mlir-tblgen/op-properties-predicates.td
@@ -71,7 +71,7 @@ def OpWithPredicates : NS_Op<"op_with_predicates"> {
// CHECK: failed to satisfy constraint: optional non-empty array of non-negative int64_
// CHECK-LABEL: ::llvm::LogicalResult OpWithPredicatesAdaptor::verify
-// Note: comprehensive emission of verifiers is tested in verifyINvariantsImpl() below
+// Note: comprehensive emission of verifiers is tested in verifyInvariantsImpl() below
// CHECK: int64_t tblgen_scalar = this->getScalar();
// CHECK: if (!((tblgen_scalar >= 0)))
// CHECK: return emitError(loc, "'test.op_with_predicates' op property 'scalar' failed to satisfy constraint: non-negative int64_t");
``````````
</details>
https://github.com/llvm/llvm-project/pull/183987
More information about the Mlir-commits
mailing list