[all-commits] [llvm/llvm-project] ee7486: [mlir][Toy] Update the tutorial to use tablegen fo...

River Riddle via All-commits all-commits at lists.llvm.org
Wed Mar 17 17:43:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee74860597869e4851675ff6e47a6a4af9bc7b23
      https://github.com/llvm/llvm-project/commit/ee74860597869e4851675ff6e47a6a4af9bc7b23
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2021-03-17 (Wed, 17 Mar 2021)

  Changed paths:
    M mlir/docs/Tutorials/Toy/Ch-2.md
    M mlir/docs/Tutorials/Toy/Ch-4.md
    M mlir/docs/Tutorials/Toy/Ch-7.md
    M mlir/examples/toy/Ch2/include/toy/CMakeLists.txt
    M mlir/examples/toy/Ch2/include/toy/Dialect.h
    M mlir/examples/toy/Ch2/mlir/Dialect.cpp
    M mlir/examples/toy/Ch3/include/toy/CMakeLists.txt
    M mlir/examples/toy/Ch3/include/toy/Dialect.h
    M mlir/examples/toy/Ch3/mlir/Dialect.cpp
    M mlir/examples/toy/Ch4/include/toy/CMakeLists.txt
    M mlir/examples/toy/Ch4/include/toy/Dialect.h
    M mlir/examples/toy/Ch4/mlir/Dialect.cpp
    M mlir/examples/toy/Ch5/include/toy/CMakeLists.txt
    M mlir/examples/toy/Ch5/include/toy/Dialect.h
    M mlir/examples/toy/Ch5/mlir/Dialect.cpp
    M mlir/examples/toy/Ch6/include/toy/CMakeLists.txt
    M mlir/examples/toy/Ch6/include/toy/Dialect.h
    M mlir/examples/toy/Ch6/mlir/Dialect.cpp
    M mlir/examples/toy/Ch7/include/toy/CMakeLists.txt
    M mlir/examples/toy/Ch7/include/toy/Dialect.h
    M mlir/examples/toy/Ch7/include/toy/Ops.td
    M mlir/examples/toy/Ch7/mlir/Dialect.cpp

  Log Message:
  -----------
  [mlir][Toy] Update the tutorial to use tablegen for dialect declarations

This was missed when the feature was originally added.

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


  Commit: 5a8d5a2859d9bb056083b343588a2d87622e76a2
      https://github.com/llvm/llvm-project/commit/5a8d5a2859d9bb056083b343588a2d87622e76a2
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2021-03-17 (Wed, 17 Mar 2021)

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

  Log Message:
  -----------
  [mlir][Toy] Tidy up the first half of Chapter 2.

This performs a few rewordings, expands on a few parts, etc.


Compare: https://github.com/llvm/llvm-project/compare/f4bb076a4419...5a8d5a2859d9


More information about the All-commits mailing list