[Mlir-commits] [mlir] [MLIR][Transform] Add attribute in MatchOp to filter by operand type (PR #67994)
Pablo Antonio Martinez
llvmlistbot at llvm.org
Mon Dec 4 07:47:52 PST 2023
================
@@ -1141,6 +1141,7 @@ transform::MatchOp::apply(transform::TransformRewriter &rewriter,
}
SmallVector<Operation *> res;
+ bool wrong_operand_filter = false;
----------------
pabloantoniom wrote:
Solved, thanks
https://github.com/llvm/llvm-project/pull/67994
More information about the Mlir-commits
mailing list