llvm-project/mlir/examples/toy
Mehdi Amini f8c1f3b14a Revert "Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it""
This reverts commit f36060417a and
reapply commit ae15b1e7ad.

JIT test must be annotated to not run on Windows.
2021-02-19 23:54:52 +00:00
..
Ch1 [MLIR] Discourage people from copying the toy examples 2020-05-13 10:37:06 -07:00
Ch2 [NFC] Fix -Wrange-loop-analysis warnings. 2021-01-05 18:44:17 +00:00
Ch3 [NFC] Fix -Wrange-loop-analysis warnings. 2021-01-05 18:44:17 +00:00
Ch4 [mlir] Add an interface for Cast-Like operations 2021-01-20 16:28:17 -08:00
Ch5 Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std." 2021-02-18 12:49:52 +01:00
Ch6 Revert "Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it"" 2021-02-19 23:54:52 +00:00
Ch7 Revert "Revert "Fix MLIR Toy tutorial JIT example and add a test to cover it"" 2021-02-19 23:54:52 +00:00
CMakeLists.txt Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07: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.