[all-commits] [llvm/llvm-project] 842622: [MLIR][ODS] Add support for overloading interface ...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon Oct 6 12:21:18 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 842622bf8bea782e9d9865ed78b0d8643f098122
      https://github.com/llvm/llvm-project/commit/842622bf8bea782e9d9865ed78b0d8643f098122
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2025-10-06 (Mon, 06 Oct 2025)

  Changed paths:
    M flang/include/flang/Optimizer/HLFIR/HLFIROps.td
    M mlir/include/mlir/TableGen/Interfaces.h
    M mlir/lib/TableGen/Interfaces.cpp
    M mlir/test/lib/Dialect/Test/TestInterfaces.td
    M mlir/test/lib/Dialect/Test/TestTypes.cpp
    M mlir/test/lib/IR/TestInterfaces.cpp
    M mlir/test/mlir-tblgen/interfaces.mlir
    M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
    M mlir/tools/mlir-tblgen/OpInterfacesGen.cpp

  Log Message:
  -----------
  [MLIR][ODS] Add support for overloading interface methods (#161828)

This allows to define multiple interface methods with the same name but
different arguments.



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