llvm-project/mlir/examples/toy
River Riddle 0050e8f0cf [mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format.
Summary:
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.

Differential Revision: https://reviews.llvm.org/D74938
2020-02-21 15:15:32 -08:00
..
Ch1 A bunch more implicit string conversions that my Clang didn't detect. 2020-01-29 00:30:16 +01:00
Ch2 [mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format. 2020-02-21 15:15:32 -08:00
Ch3 [mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format. 2020-02-21 15:15:32 -08:00
Ch4 [mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format. 2020-02-21 15:15:32 -08:00
Ch5 [mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format. 2020-02-21 15:15:32 -08:00
Ch6 [mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format. 2020-02-21 15:15:32 -08:00
Ch7 [mlir][Tutorial] Add a section to Toy Ch.2 detailing the custom assembly format. 2020-02-21 15:15:32 -08:00
CMakeLists.txt Add Ch-7 of the toy tutorial detailing how to define new types. 2019-11-07 09:54:04 -08:00
README.md [MLIR] Fix broken link locations after move to monorepo 2020-01-14 07:15:02 +00:00

README.md

Toy Tutorial

This contains sample code to support the tutorial on using MLIR for building a compiler for a simple Toy language.

See docs/Tutorials/Toy at the root of the project for more informations.