llvm-project/mlir/examples/toy
Uday Bondhugula 2101590a78 NFC: add indexing operator for ArrayAttr
Summary: - add ArrayAttr::operator[](unsigned idx)

Differential Revision: https://reviews.llvm.org/D74663
2020-02-14 22:54:37 -08:00
..
Ch1 A bunch more implicit string conversions that my Clang didn't detect. 2020-01-29 00:30:16 +01:00
Ch2 Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
Ch3 Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
Ch4 Fix conversions in clang and examples 2020-01-29 02:48:15 +01:00
Ch5 Remove static registration for dialects, and the "alwayslink" hack for passes 2020-02-12 09:13:02 +00:00
Ch6 Remove static registration for dialects, and the "alwayslink" hack for passes 2020-02-12 09:13:02 +00:00
Ch7 NFC: add indexing operator for ArrayAttr 2020-02-14 22:54:37 -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.