llvm-project
9067f547 - [mlir][IR][NFC] Make `replaceAllUsesWith` non-templatized (#84722)

Commit
1 year ago
[mlir][IR][NFC] Make `replaceAllUsesWith` non-templatized (#84722) Turn `RewriterBase::replaceAllUsesWith` into a non-templatized implementation, so that it can be made virtual and be overridden in the `ConversionPatternRewriter` in a subsequent change. This change is in preparation of adding dialect conversion support for `replaceAllUsesWith`.
Parents
Loading