[all-commits] [llvm/llvm-project] 2b2867: [MLIR] Add a non-const ActionHandler getter to MLI...

Kigyosi Alexandru via All-commits all-commits at lists.llvm.org
Tue May 26 23:43:12 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b286794010f5549d109b37941a4c3171489c5d8
      https://github.com/llvm/llvm-project/commit/2b286794010f5549d109b37941a4c3171489c5d8
  Author: Kigyosi Alexandru <alexandru.kigyosi at intel.com>
  Date:   2026-05-27 (Wed, 27 May 2026)

  Changed paths:
    M mlir/include/mlir/IR/MLIRContext.h
    M mlir/lib/IR/MLIRContext.cpp

  Log Message:
  -----------
  [MLIR] Add a non-const ActionHandler getter to MLIRContext (#199652)

#197230 added a getter for the ActionHandler, but only returns a const
ref with a non-const accessor.
Instead provide both variants: a const accessor returning a const ref
and non-const one returning a mutable ref.



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