[all-commits] [llvm/llvm-project] f86104: [mlir][NFC] Use the auto-generated op documentatio...

River Riddle via All-commits all-commits at lists.llvm.org
Sun Mar 29 21:54:03 PDT 2020


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

  Changed paths:
    M mlir/docs/Dialects/Standard.md
    M mlir/include/mlir/Dialect/StandardOps/IR/CMakeLists.txt
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td

  Log Message:
  -----------
  [mlir][NFC] Use the auto-generated op documentation in the standard dialect documentation

Summary: This revision updates the dialect documentation to use the auto-generated markdown for operations. This allows for updating some out-of-date bits of documentation, and allows for displaying a large of number of newly added operations that did not have a counter part in Standard.md.

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




More information about the All-commits mailing list