[all-commits] [llvm/llvm-project] 05b4ff: [mlir-tblgen] Use fully qualified names in generat...
Jean-Michel Gorius via All-commits
all-commits at lists.llvm.org
Fri Jun 26 06:06:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 05b4ff0a4b1a822449e9bf98782b9d337e6f81cf
https://github.com/llvm/llvm-project/commit/05b4ff0a4b1a822449e9bf98782b9d337e6f81cf
Author: Jean-Michel Gorius <jean-michel.gorius at ens-rennes.fr>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Changed paths:
M mlir/include/mlir/IR/OpBase.td
M mlir/lib/TableGen/OpClass.cpp
M mlir/test/mlir-tblgen/op-attribute.td
M mlir/test/mlir-tblgen/op-decl.td
M mlir/test/mlir-tblgen/op-interface.td
M mlir/test/mlir-tblgen/op-operand.td
M mlir/test/mlir-tblgen/op-result.td
M mlir/test/mlir-tblgen/op-side-effects.td
M mlir/test/mlir-tblgen/predicate.td
M mlir/tools/mlir-tblgen/EnumsGen.cpp
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
M mlir/tools/mlir-tblgen/OpInterfacesGen.cpp
M mlir/tools/mlir-tblgen/PassGen.cpp
M mlir/tools/mlir-tblgen/RewriterGen.cpp
M mlir/tools/mlir-tblgen/StructsGen.cpp
M mlir/unittests/TableGen/EnumsGenTest.cpp
Log Message:
-----------
[mlir-tblgen] Use fully qualified names in generated code files
Using fully qualified names wherever possible avoids ambiguous class and function names. This is a follow-up to D82371.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D82471
More information about the All-commits
mailing list