[all-commits] [llvm/llvm-project] f01428: [MLIR][Python] Move operation/dialect name retriev...

Twice via All-commits all-commits at lists.llvm.org
Wed Mar 4 18:37:34 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f0142833b6a542618a19ec9f9836b51c051945cf
      https://github.com/llvm/llvm-project/commit/f0142833b6a542618a19ec9f9836b51c051945cf
  Author: Twice <twice at apache.org>
  Date:   2026-03-05 (Thu, 05 Mar 2026)

  Changed paths:
    M mlir/lib/Bindings/Python/Rewrite.cpp

  Log Message:
  -----------
  [MLIR][Python] Move operation/dialect name retrieving as a util function (#184605)

We have a common pattern that retrieve an operation name or dialect name
from a `type` or `str` in the rewrite nanobind module, so better to make
it a common util function.

---------

Co-authored-by: Rolf Morel <rolfmorel at gmail.com>



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