[all-commits] [llvm/llvm-project] 1294fa: [mlir][docs] Group the docs for defining dialect c...

River Riddle via All-commits all-commits at lists.llvm.org
Fri Dec 2 13:38:42 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1294fa697176c244e92e72c0b01fd3b5e3a06477
      https://github.com/llvm/llvm-project/commit/1294fa697176c244e92e72c0b01fd3b5e3a06477
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-12-02 (Fri, 02 Dec 2022)

  Changed paths:
    R mlir/docs/AttributesAndTypes.md
    M mlir/docs/Canonicalization.md
    M mlir/docs/DeclarativeRewrites.md
    R mlir/docs/DefiningDialects.md
    A mlir/docs/DefiningDialects/AttributesAndTypes.md
    A mlir/docs/DefiningDialects/Operations.md
    A mlir/docs/DefiningDialects/_index.md
    M mlir/docs/Dialects/SPIR-V.md
    M mlir/docs/Dialects/_index.md
    M mlir/docs/Interfaces.md
    M mlir/docs/LangRef.md
    R mlir/docs/OpDefinitions.md
    M mlir/docs/PassManagement.md
    M mlir/docs/Rationale/RationaleLinalgDialect.md
    M mlir/docs/Traits.md
    M mlir/docs/Tutorials/CreatingADialect.md
    M mlir/docs/Tutorials/QuickstartRewrites.md
    M mlir/docs/Tutorials/Toy/Ch-2.md
    M mlir/docs/Tutorials/Toy/Ch-3.md
    M mlir/docs/Tutorials/Toy/Ch-5.md
    M mlir/docs/Tutorials/Toy/Ch-7.md

  Log Message:
  -----------
  [mlir][docs] Group the docs for defining dialect components

This moves the documentation for defining dialects, attributes/types,
and operations into a new `DefiningDialects` folder. This helps to
keep the documentation grouped together, making it easier to find
related documentation.

Differential Revision: https://reviews.llvm.org/D137594




More information about the All-commits mailing list