[Mlir-commits] [mlir] [MLIR][Transform] Add attribute in MatchOp to filter by operand type (PR #67994)

Pablo Antonio Martinez llvmlistbot at llvm.org
Fri Nov 10 03:30:39 PST 2023


================
@@ -535,6 +535,7 @@ def MatchOp : Op<Transform_Dialect, "structured.match",
       - attribute: the matched op must have all specified attributes (with their
         specified values).
       - filter_result_type: the matched op must return exactly this one type.
+      - filter_operand_type: all the operands of the matched op must must be of this type.
----------------
pabloantoniom wrote:

Solved, thanks for the tip

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


More information about the Mlir-commits mailing list