[all-commits] [llvm/llvm-project] 9968cd: [mlir][ODS] Consistent `cppType` / `cppClassName` ...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Aug 9 11:26:00 PDT 2024
Branch: refs/heads/users/matthias-springer/td_type_cpp_type
Home: https://github.com/llvm/llvm-project
Commit: 9968cd55e4f606728b90854f0ff6f0ec8b04a1ae
https://github.com/llvm/llvm-project/commit/9968cd55e4f606728b90854f0ff6f0ec8b04a1ae
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-08-09 (Fri, 09 Aug 2024)
Changed paths:
M mlir/include/mlir/IR/AttrTypeBase.td
M mlir/include/mlir/IR/CommonAttrConstraints.td
M mlir/include/mlir/IR/CommonTypeConstraints.td
M mlir/include/mlir/IR/Constraints.td
M mlir/include/mlir/TableGen/Type.h
M mlir/lib/TableGen/Type.cpp
M mlir/lib/Tools/PDLL/Parser/Parser.cpp
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir][ODS] Consistent `cppType` / `cppClassName` usage
Make sure that the usage of `cppType` and `cppClassName` of type and attribute definitions/constraints is consistent in TableGen.
- `cppClassName`: The C++ class name of the type or attribute.
- `cppType`: The fully qualified C++ class name: C++ namespace and C++ class name.
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