[Mlir-commits] [mlir] d6c5804 - [MLIR][doc] Fix the [TOC] tag in two doc
Mehdi Amini
llvmlistbot at llvm.org
Tue Apr 25 00:10:43 PDT 2023
Author: Mehdi Amini
Date: 2023-04-25T00:10:26-07:00
New Revision: d6c5804344077a089e584f7a21865eaec24009d4
URL: https://github.com/llvm/llvm-project/commit/d6c5804344077a089e584f7a21865eaec24009d4
DIFF: https://github.com/llvm/llvm-project/commit/d6c5804344077a089e584f7a21865eaec24009d4.diff
LOG: [MLIR][doc] Fix the [TOC] tag in two doc
Somehow it was escaped in these documents.
Added:
Modified:
mlir/docs/ActionTracing.md
mlir/docs/Rationale/SideEffectsAndSpeculation.md
Removed:
################################################################################
diff --git a/mlir/docs/ActionTracing.md b/mlir/docs/ActionTracing.md
index 9e9ce56b99dd7..978fdbbe54d81 100644
--- a/mlir/docs/ActionTracing.md
+++ b/mlir/docs/ActionTracing.md
@@ -1,6 +1,6 @@
# Action: Tracing and Debugging MLIR-based Compilers
-\[TOC\]
+[TOC]
See also the [slides](https://mlir.llvm.org/OpenMeetings/2023-02-23-Actions.pdf)
and the [recording](https://youtu.be/ayQSyekVa3c) from the MLIR Open Meeting
diff --git a/mlir/docs/Rationale/SideEffectsAndSpeculation.md b/mlir/docs/Rationale/SideEffectsAndSpeculation.md
index 713cb86e054f7..95320feaebd2d 100644
--- a/mlir/docs/Rationale/SideEffectsAndSpeculation.md
+++ b/mlir/docs/Rationale/SideEffectsAndSpeculation.md
@@ -7,7 +7,7 @@ This rationale only applies to operations used in
[CFG regions](../LangRef.md#control-flow-and-ssacfg-regions). Side effect
modeling in [graph regions](../LangRef.md#graph-regions) is TBD.
-\[TOC\]
+[TOC]
## Overview
More information about the Mlir-commits
mailing list