[mlir] fix memory effects of transform::PDLMatchOp
The op was declaring the effects associated with payload IR as attached to its operand since ODS doesn't allow otherwise. Implement the memory effects query method in C++ instead to make the effect not attached to the operand.
Loading
Please sign in to comment