[Mlir-commits] [mlir] [mlir][docs] Fix a broken passes documentation (PR #77402)

Kohei Yamaguchi llvmlistbot at llvm.org
Tue Jan 9 00:32:30 PST 2024


================
@@ -21,7 +21,7 @@ def LegalizeVectorStorage
 
     This pass currently addresses two issues.
 
-    ## Loading and storing predicate types
----------------
sott0n wrote:

At [Passes](https://mlir.llvm.org/docs/Passes/#), the TOC is broken because the pass is written in a 3 level header and the description of the pass is written in a 2 level header; the description of the pass should be in a level header below the pass, so it is modified to a 4 level header.

![スクリーンショット 2024-01-09 17 25 52](https://github.com/llvm/llvm-project/assets/5669412/c327bcf4-e58c-4bc4-91ad-7460d7ea6503)


https://github.com/llvm/llvm-project/pull/77402


More information about the Mlir-commits mailing list