llvm-project/mlir/examples/toy
River Riddle ee74860597 [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
2021-03-17 17:37:28 -07:00
..
Ch1
Ch2 [mlir][Toy] Update the tutorial to use tablegen for dialect declarations 2021-03-17 17:37:28 -07:00
Ch3 [mlir][Toy] Update the tutorial to use tablegen for dialect declarations 2021-03-17 17:37:28 -07:00
Ch4 [mlir][Toy] Update the tutorial to use tablegen for dialect declarations 2021-03-17 17:37:28 -07:00
Ch5 [mlir][Toy] Update the tutorial to use tablegen for dialect declarations 2021-03-17 17:37:28 -07:00
Ch6 [mlir][Toy] Update the tutorial to use tablegen for dialect declarations 2021-03-17 17:37:28 -07:00
Ch7 [mlir][Toy] Update the tutorial to use tablegen for dialect declarations 2021-03-17 17:37:28 -07:00
CMakeLists.txt Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
README.md

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.