[all-commits] [llvm/llvm-project] 497558: [mlir][ODS]: Add per-op cppNamespace.

Sean Silva via All-commits all-commits at lists.llvm.org
Tue May 11 10:51:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49755871ad0c24ed970c0a4f2c51f90488b0ddd2
      https://github.com/llvm/llvm-project/commit/49755871ad0c24ed970c0a4f2c51f90488b0ddd2
  Author: Sean Silva <silvasean at google.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M mlir/include/mlir/IR/OpBase.td
    M mlir/include/mlir/TableGen/CodeGenHelpers.h
    M mlir/include/mlir/TableGen/Operator.h
    M mlir/lib/TableGen/Operator.cpp
    M mlir/test/mlir-tblgen/dialect.td
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp

  Log Message:
  -----------
  [mlir][ODS]: Add per-op cppNamespace.

This is useful for dialects that have logical subparts.

Differential Revision: https://reviews.llvm.org/D102200




More information about the All-commits mailing list