From: MLIR Team Date: Thu, 2 May 2019 13:33:58 +0000 (-0700) Subject: Fix a minor formatting issue. X-Git-Tag: llvmorg-11-init~1466^2~1853 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3be54cd4ac88e8daf60f2ca32fd5e2f85bf1b40;p=platform%2Fupstream%2Fllvm.git Fix a minor formatting issue. -- PiperOrigin-RevId: 246307329 --- 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.