[Mlir-commits] [mlir] [MLIR][Transform] apply_registered_pass op's options as a dict (PR #143159)

Rolf Morel llvmlistbot at llvm.org
Wed Jun 11 06:56:03 PDT 2025


================
@@ -33,4 +41,17 @@ def MatchCmpIPredicateAttr : I32EnumAttr<
   let cppNamespace = "::mlir::transform";
 }
 
+def ParamOperandIndexAttr : Transform_Attr<"ParamOperandIndex",
+                                           "param_operand_index" > {
+  let mnemonic = "param_operand_index";
----------------
rolfmorel wrote:

Moved `index` inside the argument list, as a keyword before the argument.

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


More information about the Mlir-commits mailing list