From 159d07254e05bbdc8379a5d717ba9d960f71d6e9 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Fri, 19 Apr 2019 15:26:52 -0700 Subject: [PATCH] Add references to the EuroLLVM talks in the README -- PiperOrigin-RevId: 244433092 --- mlir/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mlir/README.md b/mlir/README.md index 50b78ef..a1d65a8 100644 --- a/mlir/README.md +++ b/mlir/README.md @@ -109,3 +109,10 @@ building a compiler for a Toy language. * Chris Lattner & Jacques Pienaar, Google at [Compilers for Machine Learning](https://www.c4ml.org/) workshop at [CGO 2019](http://cgo.org/cgo2019/) +* "[MLIR: Multi-Level Intermediate Representation for Compiler + Infrastructure](https://llvm.org/devmtg/2019-04/talks.html#Keynote_1)" + * Tatiana Shpeisman & Chris Lattner, Google at + [EuroLLVM 2019](https://llvm.org/devmtg/2019-04) +* "[Tutorial: Building a Compiler with MLIR](https://llvm.org/devmtg/2019-04/talks.html#Tutorial_1)" + * Mehdi Amini, Jacques Pienaar, Nicolas Vasilache, Google at + [EuroLLVM 2019](https://llvm.org/devmtg/2019-04) -- 2.7.4