[all-commits] [llvm/llvm-project] 62cc0b: [MLIR][ODS] Make dialect attribute helper member f...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Thu Feb 12 02:00:57 PST 2026


  Branch: refs/heads/users/dinistro/add-constness-to-attr-helpers
  Home:   https://github.com/llvm/llvm-project
  Commit: 62cc0b2896d004a06ba6178f1e4a4e66776f1d81
      https://github.com/llvm/llvm-project/commit/62cc0b2896d004a06ba6178f1e4a4e66776f1d81
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

  Changed paths:
    M mlir/tools/mlir-tblgen/DialectGen.cpp

  Log Message:
  -----------
  [MLIR][ODS] Make dialect attribute helper member functions const (NFC)

This commit marks member functions of dialect attribute helpers as
constant. This ensures that these helpers can be added as members of
rewrite patterns, whose `matchAndRewrite` functions are marked as const
as well.



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