[all-commits] [llvm/llvm-project] e70c75: [mlir][IR][NFC] Make `replaceAllUsesWith` non-temp...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sun Mar 10 22:23:45 PDT 2024
Branch: refs/heads/users/matthias-springer/replace_all_uses_with_nontemplate
Home: https://github.com/llvm/llvm-project
Commit: e70c754e4a0f9b16fa6588e2d398dcaf0e7e995f
https://github.com/llvm/llvm-project/commit/e70c754e4a0f9b16fa6588e2d398dcaf0e7e995f
Author: Matthias Springer <springerm at google.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
M mlir/include/mlir/IR/PatternMatch.h
Log Message:
-----------
[mlir][IR][NFC] Make `replaceAllUsesWith` non-templatized
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`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list