llvm-project/mlir/examples/toy
KareemErgawy a6d6b0ac93 [MLIR][Toy] Fix a few typos in the comments/docs.
Fixes a few typos and errors in MLIR's Toy tutorial docs and comments.

Differential Revision: https://reviews.llvm.org/D81406
2020-06-08 18:18:47 -04:00
..
Ch1 [MLIR] Discourage people from copying the toy examples 2020-05-13 10:37:06 -07:00
Ch2 [MLIR][Toy] Fix a few typos in the comments/docs. 2020-06-08 18:18:47 -04:00
Ch3 [MLIR][Toy] Fix a few typos in the comments/docs. 2020-06-08 18:18:47 -04:00
Ch4 [MLIR][Toy] Fix a few typos in the comments/docs. 2020-06-08 18:18:47 -04:00
Ch5 [MLIR][Toy] Fix a few typos in the comments/docs. 2020-06-08 18:18:47 -04:00
Ch6 [MLIR][Toy] Fix a few typos in the comments/docs. 2020-06-08 18:18:47 -04:00
Ch7 [MLIR][Toy] Fix a few typos in the comments/docs. 2020-06-08 18:18:47 -04: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.