[all-commits] [llvm/llvm-project] d35bd9: [mlir][doc] Fix links and references in top level ...
zero9178 via All-commits
all-commits at lists.llvm.org
Mon May 24 09:43:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d35bd98651ec64a8c6c9e5b942d950a20ecdcb79
https://github.com/llvm/llvm-project/commit/d35bd98651ec64a8c6c9e5b942d950a20ecdcb79
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M mlir/docs/Bufferization.md
M mlir/docs/Canonicalization.md
M mlir/docs/ConversionToLLVMDialect.md
M mlir/docs/DataLayout.md
M mlir/docs/DebugActions.md
M mlir/docs/DeclarativeRewrites.md
M mlir/docs/Diagnostics.md
M mlir/docs/Interfaces.md
M mlir/docs/LLVMDialectMemRefConvention.md
M mlir/docs/LangRef.md
M mlir/docs/OpDefinitions.md
M mlir/docs/PassManagement.md
M mlir/docs/PatternRewriter.md
M mlir/docs/Quantization.md
M mlir/docs/SPIRVToLLVMDialectConversion.md
M mlir/docs/SymbolsAndSymbolTables.md
M mlir/docs/Traits.md
M mlir/include/mlir/IR/RegionKindInterface.td
M mlir/include/mlir/IR/SymbolInterfaces.td
Log Message:
-----------
[mlir][doc] Fix links and references in top level docs directory
This is the fourth and final patch in a series of patches fixing markdown links and references inside the mlir documentation. This patch combined with the other three should fix almost every broken link on mlir.llvm.org as far as I can tell.
This patch in particular addresses all Markdown files in the top level docs directory.
Differential Revision: https://reviews.llvm.org/D103032
More information about the All-commits
mailing list