[Mlir-commits] [mlir] [MLIR][Transform] Add attribute in MatchOp to filter by operand type (PR #67994)
Matthias Springer
llvmlistbot at llvm.org
Thu Nov 9 18:17:59 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.
----------------
matthias-springer wrote:
nit: add line break
https://github.com/llvm/llvm-project/pull/67994
More information about the Mlir-commits
mailing list