llvm-project/mlir/examples/toy
River Riddle dee282c7da Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifier already contains all of the necessary functionality/verification, so having a separate class for filenames is unnecessary.
PiperOrigin-RevId: 253855505
2019-06-19 23:07:05 -07:00
..
Ch1 Initial version for chapter 1 of the Toy tutorial 2019-04-02 13:40:06 -07:00
Ch2 Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifier already contains all of the necessary functionality/verification, so having a separate class for filenames is unnecessary. 2019-06-19 23:07:05 -07:00
Ch3 Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifier already contains all of the necessary functionality/verification, so having a separate class for filenames is unnecessary. 2019-06-19 23:07:05 -07:00
Ch4 Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifier already contains all of the necessary functionality/verification, so having a separate class for filenames is unnecessary. 2019-06-19 23:07:05 -07:00
Ch5 Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifier already contains all of the necessary functionality/verification, so having a separate class for filenames is unnecessary. 2019-06-19 23:07:05 -07:00
CMakeLists.txt Toy tutorial Chapter 5: Lowering to Linalg and LLVM 2019-04-08 23:26:54 -07:00
README.md Move the top-level `tutorial` as `Linalg` nested in the examples folder 2019-04-03 19:21:38 -07: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 g3doc/Tutorials/Toy at the root of the repository for more informations.