llvm-project/mlir/examples/toy
Rahul Joshi ee394e6842 [MLIR] Add variadic isa<> for Type, Value, and Attribute
- Also adopt variadic llvm::isa<> in more places.
- Fixes https://bugs.llvm.org/show_bug.cgi?id=46445

Differential Revision: https://reviews.llvm.org/D82769
2020-06-29 15:04:48 -07:00
..
Ch1 [MLIR] Discourage people from copying the toy examples 2020-05-13 10:37:06 -07:00
Ch2 Register printer and context CL options with the toyc example 2020-06-10 19:59:40 +00:00
Ch3 Register printer and context CL options with the toyc example 2020-06-10 19:59:40 +00:00
Ch4 Register printer and context CL options with the toyc example 2020-06-10 19:59:40 +00:00
Ch5 [mlir] Update Toy tutorial to use callback-based loop constructors 2020-06-18 23:03:21 +02:00
Ch6 [mlir][DialectConversion] Refactor how block argument types get converted 2020-06-18 15:59:22 -07:00
Ch7 [MLIR] Add variadic isa<> for Type, Value, and Attribute 2020-06-29 15:04:48 -07: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.