[Mlir-commits] [mlir] [MLIR][Transform] Add attribute in MatchOp to filter by operand type (PR #67994)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Nov 1 10:24:29 PDT 2023
================
@@ -39,6 +39,23 @@ transform.sequence failures(propagate) {
// -----
+func.func @by_operand_type() {
----------------
zefanye wrote:
Would be nice to have a negative test case here, say to test the result if operand_type does not match
https://github.com/llvm/llvm-project/pull/67994
More information about the Mlir-commits
mailing list