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

Matthias Springer llvmlistbot at llvm.org
Fri Dec 1 17:51:35 PST 2023


================
@@ -1141,6 +1141,7 @@ transform::MatchOp::apply(transform::TransformRewriter &rewriter,
   }
 
   SmallVector<Operation *> res;
+  bool wrong_operand_filter = false;
----------------
matthias-springer wrote:

camel case: `wrongOperandFilter`. Nit: Actually, I would call the variable `incorrectNumOperandTypes` or sth. like that

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


More information about the Mlir-commits mailing list