[PATCH] D77158: [mlir][spirv] Change op doc description autogen separator

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 12:33:14 PDT 2020


antiagainst created this revision.
antiagainst added reviewers: rriddle, denis13.
Herald added subscribers: llvm-commits, grosul1, bader, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, shauheen, burmako, jpienaar, mehdi_amini.
Herald added a reviewer: mravishankar.
Herald added a project: LLVM.
rriddle accepted this revision.
This revision is now accepted and ready to land.
antiagainst updated this revision to Diff 253960.
antiagainst added a comment.

Add missing leading symols for h4


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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77158

Files:
  mlir/include/mlir/Dialect/SPIRV/SPIRVArithmeticOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVAtomicOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVBitOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVCastOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVCompositeOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVControlFlowOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVGLSLOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVGroupOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVLogicalOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVNonUniformOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVOps.td
  mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
  mlir/utils/spirv/gen_spirv_dialect.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77158.253960.patch
Type: text/x-patch
Size: 76818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200331/51d8fafe/attachment-0001.bin>


More information about the llvm-commits mailing list