[all-commits] [llvm/llvm-project] 48279f: [mlir][IR][NFC] Make `replaceAllUsesWith` non-temp...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Apr 1 18:56:03 PDT 2024


  Branch: refs/heads/users/matthias-springer/replace_all_uses_with_nontemplate
  Home:   https://github.com/llvm/llvm-project
  Commit: 48279f39fbc039baaeee8de96e4e7713c845bf47
      https://github.com/llvm/llvm-project/commit/48279f39fbc039baaeee8de96e4e7713c845bf47
  Author: Matthias Springer <springerm at google.com>
  Date:   2024-04-02 (Tue, 02 Apr 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