[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 01:02:20 PDT 2020


rriddle created this revision.
rriddle added reviewers: mehdi_amini, jpienaar.
Herald added subscribers: llvm-commits, frgossen, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jfb.
Herald added a project: LLVM.

This revision performs a few refactorings on the main docs folder. Namely it:

- Adds a new Rationale/ folder to contain various rationale documents
- Moves several "getting started" documents to the Tutorials/ folder
- Cleans up the titles of various documents


Repository:
  rG LLVM Github Monorepo

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

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


More information about the llvm-commits mailing list