Unverified Commit c72d3abd authored by Benjamin Maxwell's avatar Benjamin Maxwell Committed by GitHub
Browse files

[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).
parent 710503fc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment