[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.
parent
3512721d
Please register or sign in to comment