From e3be54cd4ac88e8daf60f2ca32fd5e2f85bf1b40 Mon Sep 17 00:00:00 2001 From: MLIR Team Date: Thu, 2 May 2019 06:33:58 -0700 Subject: [PATCH] Fix a minor formatting issue. -- PiperOrigin-RevId: 246307329 --- mlir/g3doc/LangRef.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mlir/g3doc/LangRef.md b/mlir/g3doc/LangRef.md index 6d29567..30d278e 100644 --- a/mlir/g3doc/LangRef.md +++ b/mlir/g3doc/LangRef.md @@ -1246,7 +1246,7 @@ func @count(%x: i64) -> (i64, i64) } ``` -#### Blocks +## Blocks Syntax: @@ -1305,7 +1305,7 @@ of SSA is immediately apparent, and function arguments are no longer a special case: they become arguments to the entry block [[more rationale](Rationale.md#block-arguments-vs-phi-nodes)]. -### Operations +## Operations Syntax: @@ -1368,7 +1368,7 @@ reason about IR dumps and manipulate operations in C++, the MLIR compiler infrastructure uses C++ templates to make working with them convenient and safe. The details of this are not described in this document. -## Standard Operations +### Standard Operations TODO: shape, which returns a 1D tensor, and can take an unknown rank tensor as input. -- 2.7.4