[mlir][IR] Send missing notifications when inlining a block (#79593)
When a block is inlined into another block, the nested operations are moved into another block and the `notifyOperationInserted` callback should be triggered. This commit adds the missing notifications for: * `RewriterBase::inlineBlockBefore` * `RewriterBase::mergeBlocks`
Loading
Please sign in to comment