[all-commits] [llvm/llvm-project] 035abe: [mlir][ODS] Allow to specify custom namespace for ...

Vladislav Vinogradov via All-commits all-commits at lists.llvm.org
Mon Feb 8 00:08:42 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 035abe30c9a55c08229f53aa63745a9ba87892d1
      https://github.com/llvm/llvm-project/commit/035abe30c9a55c08229f53aa63745a9ba87892d1
  Author: Vladislav Vinogradov <vlad.vinogradov at intel.com>
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
    M mlir/include/mlir/IR/OpBase.td
    M mlir/include/mlir/TableGen/OpTrait.h
    M mlir/lib/TableGen/OpTrait.cpp
    M mlir/test/mlir-tblgen/op-decl.td

  Log Message:
  -----------
  [mlir][ODS] Allow to specify custom namespace for `NativeOpTrait`

This will allow to use `NativeOpTrait` and Operations
declared outside of `mlir` namespace.

Reviewed By: ftynse

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




More information about the All-commits mailing list