[all-commits] [llvm/llvm-project] d26435: [mlir][spirv] Change op doc description autogen se...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Tue Mar 31 12:28:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d26435c1703f1d7f13e8bf78ee390cb7e2490586
https://github.com/llvm/llvm-project/commit/d26435c1703f1d7f13e8bf78ee390cb7e2490586
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/SPIRVArithmeticOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVAtomicOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVBitOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVCastOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVCompositeOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVControlFlowOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVGLSLOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVGroupOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVLogicalOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVNonUniformOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
M mlir/utils/spirv/gen_spirv_dialect.py
Log Message:
-----------
[mlir][spirv] Change op doc description autogen separator
This commit changes the separator line for dividing auto-generated
docs from spec and manually added appendix from "### Custom assembly
form" to "<!-- End of AutoGen section -->". This is in preparation
to use the declarative assembly form in MLIR core. We will replace
more and more manually written assembly forms to be autogenerated.
Differential Revision: https://reviews.llvm.org/D77158
More information about the All-commits
mailing list