[mlir] verify that transform ops have memory effects
Add a verifier to the TransformOpInterface ensuring that operations implementing the interface define memory effects on their operands and results. Add the missing effects to TileToForeachThreadOp, specifically for operands that were added at a later version of the op without modifying `getEffects` accordingly. Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D141371
Loading
Please sign in to comment