[Mlir-commits] [mlir] 89b0070 - [mlir][docs] Remove the MLIR prefix from several titles.

River Riddle llvmlistbot at llvm.org
Sat Apr 11 14:50:29 PDT 2020


Author: River Riddle
Date: 2020-04-11T14:49:03-07:00
New Revision: 89b007037fd2e978b01322acc1035578b2d9abdc

URL: https://github.com/llvm/llvm-project/commit/89b007037fd2e978b01322acc1035578b2d9abdc
DIFF: https://github.com/llvm/llvm-project/commit/89b007037fd2e978b01322acc1035578b2d9abdc.diff

LOG: [mlir][docs] Remove the MLIR prefix from several titles.

This prefix is already implied by the doc location and functions only as
filler.

Added: 
    

Modified: 
    mlir/docs/GenericDAGRewriter.md
    mlir/docs/Interfaces.md
    mlir/docs/Passes.md
    mlir/docs/Quantization.md
    mlir/docs/Traits.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/GenericDAGRewriter.md b/mlir/docs/GenericDAGRewriter.md
index 8cc09f7d17ff..a187c9898890 100644
--- a/mlir/docs/GenericDAGRewriter.md
+++ b/mlir/docs/GenericDAGRewriter.md
@@ -1,4 +1,4 @@
-# MLIR Generic DAG Rewriter Infrastructure
+# Generic DAG Rewriter Infrastructure
 
 ## Introduction and Motivation
 

diff  --git a/mlir/docs/Interfaces.md b/mlir/docs/Interfaces.md
index bc594c23d978..c5800ca2171a 100644
--- a/mlir/docs/Interfaces.md
+++ b/mlir/docs/Interfaces.md
@@ -1,4 +1,4 @@
-# MLIR Interfaces
+# Interfaces
 
 MLIR is generic and very extensible; it allows for opaquely representing many
 
diff erent dialects that have their own operations, attributes, types, and so on.

diff  --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md
index 7fe56d12e26a..b1f1a2eb2e17 100644
--- a/mlir/docs/Passes.md
+++ b/mlir/docs/Passes.md
@@ -1,4 +1,4 @@
-# MLIR Passes
+# Passes
 
 This document describes the available MLIR passes and their contracts.
 

diff  --git a/mlir/docs/Quantization.md b/mlir/docs/Quantization.md
index 0608b54eed89..3b45dce11a58 100644
--- a/mlir/docs/Quantization.md
+++ b/mlir/docs/Quantization.md
@@ -1,4 +1,4 @@
-# MLIR Quantization
+# Quantization
 
 This document outlines the design of the MLIR quantization system. While the
 term "quantization" is highly overloaded, in this case, it refers to a fairly

diff  --git a/mlir/docs/Traits.md b/mlir/docs/Traits.md
index 55dabfb7f755..346b57642c10 100644
--- a/mlir/docs/Traits.md
+++ b/mlir/docs/Traits.md
@@ -1,4 +1,4 @@
-# MLIR Operation Traits
+# Operation Traits
 
 [TOC]
 


        


More information about the Mlir-commits mailing list