forked from OSchip/llvm-project
![]() Unsigned and Signless attributes use uintN_t and signed attributes use intN_t, where N is the fixed width. The 1-bit variants use bool. Differential Revision: https://reviews.llvm.org/D86739 |
||
---|---|---|
.. | ||
Ch1 | ||
Ch2 | ||
Ch3 | ||
Ch4 | ||
Ch5 | ||
Ch6 | ||
Ch7 | ||
CMakeLists.txt | ||
README.md |
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.