[all-commits] [llvm/llvm-project] fa4b31: [mlir][DialectConversion] Update the documentation...

River Riddle via All-commits all-commits at lists.llvm.org
Thu Aug 13 12:06:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fa4b3147e3368f63e27b86ef66cd35f484ceb6d6
      https://github.com/llvm/llvm-project/commit/fa4b3147e3368f63e27b86ef66cd35f484ceb6d6
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M mlir/docs/DialectConversion.md

  Log Message:
  -----------
  [mlir][DialectConversion] Update the documentation for dialect conversion

This revision updates the documentation for dialect conversion, as many concepts have changed/evolved over time.

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


  Commit: f7a13479b809cdeb9d63d0daa0d6ab61f04d5f7a
      https://github.com/llvm/llvm-project/commit/f7a13479b809cdeb9d63d0daa0d6ab61f04d5f7a
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M mlir/docs/DialectConversion.md
    R mlir/docs/GenericDAGRewriter.md
    A mlir/docs/PatternRewriter.md
    M mlir/docs/Rationale/MLIRForGraphAlgorithms.md
    A mlir/docs/Rationale/RationaleGenericDAGRewriter.md
    M mlir/docs/Tutorials/Toy/Ch-3.md

  Log Message:
  -----------
  [mlir][docs] Update/Add documentation for MLIRs Pattern Rewrite infrastructure

This infrastructure has evolved a lot over the course of MLIRs lifetime, and has never truly been documented outside of rationale or proposals. This revision aims to document the infrastructure and user facing API, with the rationale specific portions moved to the Rationale folder and updated.

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


Compare: https://github.com/llvm/llvm-project/compare/f12db8cf750b...f7a13479b809


More information about the All-commits mailing list