[all-commits] [llvm/llvm-project] 16f27b: [mlir][NFC] Update dialect/op documentation to be ...

River Riddle via All-commits all-commits at lists.llvm.org
Sun Mar 29 22:06:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 16f27b70a50ccfe6929cdc6d182b89ac98e8e9f7
      https://github.com/llvm/llvm-project/commit/16f27b70a50ccfe6929cdc6d182b89ac98e8e9f7
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-03-29 (Sun, 29 Mar 2020)

  Changed paths:
    M mlir/docs/Dialects/Affine.md
    M mlir/docs/Dialects/GPU.md
    M mlir/docs/Dialects/LLVM.md
    M mlir/docs/Dialects/Linalg.md
    M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
    M mlir/include/mlir/Dialect/Affine/IR/CMakeLists.txt
    M mlir/include/mlir/Dialect/GPU/CMakeLists.txt
    M mlir/include/mlir/Dialect/GPU/GPUOps.td
    M mlir/include/mlir/Dialect/Linalg/IR/CMakeLists.txt
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
    M mlir/include/mlir/Dialect/LoopOps/LoopOps.td
    M mlir/include/mlir/Dialect/Quant/QuantOps.td
    M mlir/include/mlir/Dialect/Shape/IR/CMakeLists.txt
    M mlir/include/mlir/Dialect/Vector/VectorOps.td

  Log Message:
  -----------
  [mlir][NFC] Update dialect/op documentation to be consistent

Summary:
This revision performs a lot of different cleanups on operation documentation to ensure that they are consistent, e.g. using mlir code blocks, formatting, etc.

This revision also includes the auto-generated documentation into the hand-written documentation for the dialects that have a specific top-level dialect file. This updates the documentation for all dialects aside from SPIRV and STD. These dialects will be updated in a followup.

Differential Revision: https://reviews.llvm.org/D76734




More information about the All-commits mailing list