[Mlir-commits] [mlir] [mlir] Execute same operand name constraints before user constraints. (PR #162526)

Chenguang Wang llvmlistbot at llvm.org
Wed Oct 8 14:25:06 PDT 2025


================
@@ -206,6 +209,21 @@ func.func @verifyMultipleEqualArgs(
   return
 }
 
+func.func @verifyEqualArgsCheckBeforeUserConstraints(%arg0: i32, %arg1: f32) {
+  // def TestEqualArgsCheckBeforeUserConstraintsPattern :
+  //   Pat<(OpQ $x, $x),
----------------
wecing wrote:

Thanks, updated.

https://github.com/llvm/llvm-project/pull/162526


More information about the Mlir-commits mailing list