[all-commits] [llvm/llvm-project] 45d522: [mlir] Fix/Clarify parts of MLIR toy tutorial chap...

Matthias Kramm via All-commits all-commits at lists.llvm.org
Thu Feb 27 17:53:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 45d522d691cc6e0edf9f2c6297eac01e978f5b3f
      https://github.com/llvm/llvm-project/commit/45d522d691cc6e0edf9f2c6297eac01e978f5b3f
  Author: Matthias Kramm <kramm at google.com>
  Date:   2020-02-27 (Thu, 27 Feb 2020)

  Changed paths:
    M mlir/docs/Tutorials/Toy/Ch-6.md
    M mlir/docs/Tutorials/Toy/Ch-7.md

  Log Message:
  -----------
  [mlir] Fix/Clarify parts of MLIR toy tutorial chapter 6+7

Summary:
* add missing comma.
* remove "having to register them here" phrasing, since register it
  is what we're doing, which made the comment a bit confusing.
* remove duplicate code.
* clarify link to chapter 3, since "folder" doesn't appear in that
  chapter.

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




More information about the All-commits mailing list