[all-commits] [llvm/llvm-project] 333c75: [NFC][MLIR][TableGen] Drop namespace around static...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Wed Oct 15 17:18:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 333c75846d34b0b486385136f22d1d4d4f108b62
      https://github.com/llvm/llvm-project/commit/333c75846d34b0b486385136f22d1d4d4f108b62
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M mlir/include/mlir/TableGen/CodeGenHelpers.h
    M mlir/lib/Dialect/XeGPU/IR/XeGPUOps.cpp
    M mlir/lib/TableGen/CodeGenHelpers.cpp
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

  Log Message:
  -----------
  [NFC][MLIR][TableGen] Drop namespace around static Op constraint functions (#162120)

Op constraints are emitted as static standalone functions and need not
be surrounded by the Dialect's C++ namespace. Currently they are, and
this change stops emitting a namespace around these static functions.



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