llvm-project/mlir/examples/toy
River Riddle e25796ef6e Add support for matchAndRewrite to the DialectConversion patterns. This also drops the default "always succeed" match override to better align with RewritePattern.
PiperOrigin-RevId: 251941625
2019-06-09 16:21:20 -07:00
..
Ch1 Initial version for chapter 1 of the Toy tutorial 2019-04-02 13:40:06 -07:00
Ch2 NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region instead of a function. 2019-06-09 16:17:59 -07:00
Ch3 NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region instead of a function. 2019-06-09 16:17:59 -07:00
Ch4 NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region instead of a function. 2019-06-09 16:17:59 -07:00
Ch5 Add support for matchAndRewrite to the DialectConversion patterns. This also drops the default "always succeed" match override to better align with RewritePattern. 2019-06-09 16:21:20 -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.