[PATCH] D74938: [mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 17:01:21 PST 2020


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

This details the C++ format as well as the new declarative format. This has been one of the major missing pieces from the toy tutorial.

Depends On D74789 <https://reviews.llvm.org/D74789>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74938

Files:
  mlir/docs/Tutorials/Toy/Ch-2.md
  mlir/docs/Tutorials/Toy/Ch-3.md
  mlir/docs/Tutorials/Toy/Ch-4.md
  mlir/docs/Tutorials/Toy/Ch-5.md
  mlir/docs/Tutorials/Toy/Ch-6.md
  mlir/docs/Tutorials/Toy/Ch-7.md
  mlir/examples/toy/Ch2/include/toy/Ops.td
  mlir/examples/toy/Ch2/mlir/Dialect.cpp
  mlir/examples/toy/Ch3/include/toy/Ops.td
  mlir/examples/toy/Ch3/mlir/Dialect.cpp
  mlir/examples/toy/Ch4/include/toy/Ops.td
  mlir/examples/toy/Ch4/mlir/Dialect.cpp
  mlir/examples/toy/Ch5/include/toy/Ops.td
  mlir/examples/toy/Ch5/mlir/Dialect.cpp
  mlir/examples/toy/Ch6/include/toy/Ops.td
  mlir/examples/toy/Ch6/mlir/Dialect.cpp
  mlir/examples/toy/Ch7/include/toy/Ops.td
  mlir/examples/toy/Ch7/mlir/Dialect.cpp
  mlir/test/Examples/Toy/Ch2/codegen.toy
  mlir/test/Examples/Toy/Ch2/scalar.toy
  mlir/test/Examples/Toy/Ch3/codegen.toy
  mlir/test/Examples/Toy/Ch3/scalar.toy
  mlir/test/Examples/Toy/Ch4/codegen.toy
  mlir/test/Examples/Toy/Ch4/scalar.toy
  mlir/test/Examples/Toy/Ch4/shape_inference.mlir
  mlir/test/Examples/Toy/Ch5/affine-lowering.mlir
  mlir/test/Examples/Toy/Ch5/codegen.toy
  mlir/test/Examples/Toy/Ch5/scalar.toy
  mlir/test/Examples/Toy/Ch5/shape_inference.mlir
  mlir/test/Examples/Toy/Ch6/affine-lowering.mlir
  mlir/test/Examples/Toy/Ch6/codegen.toy
  mlir/test/Examples/Toy/Ch6/scalar.toy
  mlir/test/Examples/Toy/Ch6/shape_inference.mlir
  mlir/test/Examples/Toy/Ch7/affine-lowering.mlir
  mlir/test/Examples/Toy/Ch7/codegen.toy
  mlir/test/Examples/Toy/Ch7/scalar.toy
  mlir/test/Examples/Toy/Ch7/shape_inference.mlir
  mlir/test/Examples/Toy/Ch7/struct-codegen.toy
  mlir/test/Examples/Toy/Ch7/struct-opt.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74938.245769.patch
Type: text/x-patch
Size: 64755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200221/48f56ea4/attachment-0001.bin>


More information about the llvm-commits mailing list