llvm-project/mlir/examples/toy
Daniel Galvez a7cac2bd4b [MLIR] Fix broken link locations after move to monorepo
I used the codemod python tool to do this with the following commands:

codemod 'tensorflow/mlir/blob/master/include' 'llvm/llvm-project/blob/master/mlir/include'
codemod 'tensorflow/mlir/blob/master' 'llvm/llvm-project/blob/master/mlir'
codemod 'tensorflow/mlir' 'llvm-project/llvm'

Differential Revision: https://reviews.llvm.org/D72244
2020-01-14 07:15:02 +00:00
..
Ch1 Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
Ch2 [MLIR] Fix broken link locations after move to monorepo 2020-01-14 07:15:02 +00:00
Ch3 [MLIR] Fix broken link locations after move to monorepo 2020-01-14 07:15:02 +00:00
Ch4 [MLIR] Fix broken link locations after move to monorepo 2020-01-14 07:15:02 +00:00
Ch5 [MLIR] Fix broken link locations after move to monorepo 2020-01-14 07:15:02 +00:00
Ch6 [MLIR] Fix broken link locations after move to monorepo 2020-01-14 07:15:02 +00:00
Ch7 [MLIR] Fix broken link locations after move to monorepo 2020-01-14 07:15:02 +00: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.