[all-commits] [llvm/llvm-project] 83e074: [mlir] Add an 'cppNamespace' field to availability
Lei Zhang via All-commits
all-commits at lists.llvm.org
Tue Oct 5 06:38:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83e074a0c652a668c8a5d572f8c77b58c8383ff0
https://github.com/llvm/llvm-project/commit/83e074a0c652a668c8a5d572f8c77b58c8383ff0
Author: Lei Zhang <antiagainst at google.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVAvailability.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBase.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.h
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp
Log Message:
-----------
[mlir] Add an 'cppNamespace' field to availability
This allows us to generate interfaces in a namespace,
following other TableGen'erated code.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D108311
More information about the All-commits
mailing list