[all-commits] [llvm/llvm-project] 71cdb0: [mlir][Transforms][NFC] Make `rewriterImpl` privat...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Mar 11 19:58:33 PDT 2024


  Branch: refs/heads/users/matthias-springer/rewriter_impl_private
  Home:   https://github.com/llvm/llvm-project
  Commit: 71cdb0ef4d9962cc085a1f2182a0bcd1e0c025b5
      https://github.com/llvm/llvm-project/commit/71cdb0ef4d9962cc085a1f2182a0bcd1e0c025b5
  Author: Matthias Springer <springerm at google.com>
  Date:   2024-03-12 (Tue, 12 Mar 2024)

  Changed paths:
    M mlir/lib/Transforms/Utils/DialectConversion.cpp

  Log Message:
  -----------
  [mlir][Transforms][NFC] Make `rewriterImpl` private in `IRRewrite`

This commit makes `rewriterImpl` private in `IRRewrite`. This ensures that only the conversion value mapping and the dialect conversion configuration can be accessed from an IR rewrite object.



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