summaryrefslogtreecommitdiff
path: root/mlir/README.md
diff options
context:
space:
mode:
authorMehdi Amini <aminim@google.com>2019-04-02 18:07:26 -0700
committerMehdi Amini <joker.eph@gmail.com>2019-04-02 18:09:14 -0700
commit607b8851a883a0cc76bca93714dac931a6d60013 (patch)
tree7ca290cbacecdec2bebd6374ba99ad2f9cda882d /mlir/README.md
parente97ca1227a55a74ad40fe7f2dbd31939509a8bef (diff)
downloadllvm-607b8851a883a0cc76bca93714dac931a6d60013.tar.gz
Add link to the Toy tutorial in the Readme
-- PiperOrigin-RevId: 241642739
Diffstat (limited to 'mlir/README.md')
-rw-r--r--mlir/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/mlir/README.md b/mlir/README.md
index ba62c9dc7244..907b51ce194c 100644
--- a/mlir/README.md
+++ b/mlir/README.md
@@ -94,6 +94,9 @@ cmake -G Ninja ../llvm/ -DLLVM_BUILD_EXAMPLES=ON
ninja check-mlir
```
+As a starter, you may try [the tutorial](g3doc/Tutorials/Toy/Ch-1.md) on
+building a compiler for a Toy language.
+
# MLIR talks {#talks}
* "[MLIR Primer: A Compiler Infrastructure for the End of Moore’s Law](https://drive.google.com/file/d/1hUeAJXcAXwz82RXA5VtO5ZoH8cVQhrOK/view?usp=sharing)",