[all-commits] [llvm/llvm-project] f1bdf9: [mlir][NFC] Use explicit `mlir` namespace in gener...

Vladislav Vinogradov via All-commits all-commits at lists.llvm.org
Tue Feb 2 10:25:10 PST 2021


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

  Changed paths:
    M mlir/include/mlir/IR/OpAsmInterface.td
    M mlir/include/mlir/IR/SymbolInterfaces.td
    M mlir/include/mlir/Interfaces/CopyOpInterface.td
    M mlir/include/mlir/Interfaces/InferTypeOpInterface.td
    M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
    M mlir/tools/mlir-tblgen/RewriterGen.cpp

  Log Message:
  -----------
  [mlir][NFC] Use explicit `mlir` namespace in generated code

This makes the generated code independent from actual namespace of its users.

Reviewed By: rriddle

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




More information about the All-commits mailing list