This allows us to generate interfaces in a namespace,
following other TableGen'erated code.
Depends On D108310
Paths
| Differential D108311
[mlir] Add an 'cppNamespace' field to availability ClosedPublic Authored by antiagainst on Aug 18 2021, 11:20 AM.
Details Summary This allows us to generate interfaces in a namespace, Depends On D108310
Diff Detail
Event Timelineantiagainst added a child revision: D108312: [mlir] Change the return type for {Min|Max}VersionBase.Aug 18 2021, 11:21 AM This revision is now accepted and ready to land.Aug 23 2021, 11:12 AM antiagainst marked 2 inline comments as done. Comment ActionsAddress comments
antiagainst retitled this revision from [mlir] Add an 'interfaceNamespace' field to availability to [mlir] Add an 'cppNamespace' field to availability.Aug 23 2021, 4:42 PM Closed by commit rG83e074a0c652: [mlir] Add an 'cppNamespace' field to availability (authored by antiagainst). · Explain WhyOct 5 2021, 6:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 368239 mlir/include/mlir/Dialect/SPIRV/IR/SPIRVAvailability.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.h
mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp
|
Would it be possible to use cppNamespace instead? That matches the naming scheme used everywhere else.