[all-commits] [llvm/llvm-project] c72d3a: [mlir][Vector] Fix doc generation (#67341)

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Mon Sep 25 09:55:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c72d3abd826d8ec8d8bafe84f95a7cf6a08e8fc0
      https://github.com/llvm/llvm-project/commit/c72d3abd826d8ec8d8bafe84f95a7cf6a08e8fc0
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/IR/CMakeLists.txt

  Log Message:
  -----------
  [mlir][Vector] Fix doc generation (#67341)

The format is
`add_mlir_doc(<table gen file> <output md name> <output dir> <command>)`

Using the Vector.td file does not work as it does not include
VectorOps.td (so the docs are empty). If the output name is not
VectorOps.md, the mlir-www site does not find the ops (and instead
overwrites it with an empty template).




More information about the All-commits mailing list