[PATCH] D77934: [mlir][docs] Refactor the layout of the docs folder

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 11 12:15:36 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG55de49ac1c3c: [mlir][docs] Refactor the layout of the docs folder (authored by rriddle).

Changed prior to commit:
  https://reviews.llvm.org/D77934?vs=256751&id=256791#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77934/new/

https://reviews.llvm.org/D77934

Files:
  mlir/docs/CreatingADialect.md
  mlir/docs/DefiningAttributesAndTypes.md
  mlir/docs/Diagnostics.md
  mlir/docs/Interfaces.md
  mlir/docs/LangRef.md
  mlir/docs/MLIRForGraphAlgorithms.md
  mlir/docs/PassManagement.md
  mlir/docs/QuickstartRewrites.md
  mlir/docs/Rationale.md
  mlir/docs/Rationale/MLIRForGraphAlgorithms.md
  mlir/docs/Rationale/Rationale.md
  mlir/docs/Rationale/RationaleLinalgDialect.md
  mlir/docs/Rationale/RationaleSimplifiedPolyhedralForm.md
  mlir/docs/Rationale/UsageOfConst.md
  mlir/docs/RationaleLinalgDialect.md
  mlir/docs/RationaleSimplifiedPolyhedralForm.md
  mlir/docs/ShapeInference.md
  mlir/docs/Traits.md
  mlir/docs/Tutorials/CreatingADialect.md
  mlir/docs/Tutorials/DefiningAttributesAndTypes.md
  mlir/docs/Tutorials/QuickstartRewrites.md
  mlir/docs/UsageOfConst.md
  mlir/docs/WritingAPass.md


Index: mlir/docs/Tutorials/DefiningAttributesAndTypes.md
===================================================================
--- mlir/docs/Tutorials/DefiningAttributesAndTypes.md
+++ mlir/docs/Tutorials/DefiningAttributesAndTypes.md
@@ -1,4 +1,4 @@
-# Quickstart tutorial to defining custom dialect attributes and types
+# Defining Dialect Attributes and Types
 
 This document is a quickstart to defining dialect specific extensions to the
 [attribute](LangRef.md#attributes) and [type system](LangRef.md#type-system).
Index: mlir/docs/Traits.md
===================================================================
--- mlir/docs/Traits.md
+++ mlir/docs/Traits.md
@@ -1,4 +1,4 @@
-# Introduction to MLIR Operation Traits
+# MLIR Operation Traits
 
 [TOC]
 
Index: mlir/docs/ShapeInference.md
===================================================================
--- mlir/docs/ShapeInference.md
+++ mlir/docs/ShapeInference.md
@@ -1,4 +1,4 @@
-# Shape inference
+# Shape Inference
 
 Shape inference as discussed here is considered a specific instance of type
 inference for [ShapedType][ShapedType]. Type constraints are along (at least)
Index: mlir/docs/PassManagement.md
===================================================================
--- mlir/docs/PassManagement.md
+++ mlir/docs/PassManagement.md
@@ -1,4 +1,4 @@
-# Writing a Pass
+# Pass Infrastructure
 
 [TOC]
 
Index: mlir/docs/LangRef.md
===================================================================
--- mlir/docs/LangRef.md
+++ mlir/docs/LangRef.md
@@ -1,4 +1,4 @@
-# MLIR Specification
+# MLIR Language Reference
 
 MLIR (Multi-Level IR) is a compiler intermediate representation with
 similarities to traditional three-address SSA representations (like
Index: mlir/docs/Interfaces.md
===================================================================
--- mlir/docs/Interfaces.md
+++ mlir/docs/Interfaces.md
@@ -1,4 +1,4 @@
-# Introduction to MLIR Interfaces
+# MLIR Interfaces
 
 MLIR is generic and very extensible; it allows for opaquely representing many
 different dialects that have their own operations, attributes, types, and so on.
Index: mlir/docs/Diagnostics.md
===================================================================
--- mlir/docs/Diagnostics.md
+++ mlir/docs/Diagnostics.md
@@ -1,4 +1,4 @@
-# Introduction and Usage Guide to MLIR's Diagnostics Infrastructure
+# Diagnostic Infrastructure
 
 [TOC]
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77934.256791.patch
Type: text/x-patch
Size: 2393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200411/a1e8a42d/attachment.bin>


More information about the llvm-commits mailing list