[www] r358342 - add MLIR slides, note that EuroLLVM19 is done

Chris Lattner via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 13 12:46:17 PDT 2019


Author: lattner
Date: Sat Apr 13 12:46:17 2019
New Revision: 358342

URL: http://llvm.org/viewvc/llvm-project?rev=358342&view=rev
Log:
add MLIR slides, note that EuroLLVM19 is done

Added:
    www/trunk/devmtg/2019-04/slides/Keynote-ShpeismanLattner-MLIR.pdf
Modified:
    www/trunk/devmtg/2019-04/index.html
    www/trunk/devmtg/index.html

Modified: www/trunk/devmtg/2019-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/index.html?rev=358342&r1=358341&r2=358342&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Sat Apr 13 12:46:17 2019
@@ -142,7 +142,7 @@ There is a separate schedule for the <a
 <ul>
 <li><a href="talks.html#Keynote_1">
   MLIR: Multi-Level Intermediate Representation for Compiler Infrastructure</a>
-  [ Video ] [ Slides ]
+  [ Video ] [ <a href="slides/Keynote-ShpeismanLattner-MLIR.pdf">Slides</a> ]
   <i>Tatiana Shpeisman (Google), Chris Lattner (Google)</i>
 </li>
 </ul>

Added: www/trunk/devmtg/2019-04/slides/Keynote-ShpeismanLattner-MLIR.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/Keynote-ShpeismanLattner-MLIR.pdf?rev=358342&view=auto
==============================================================================
Binary files www/trunk/devmtg/2019-04/slides/Keynote-ShpeismanLattner-MLIR.pdf (added) and www/trunk/devmtg/2019-04/slides/Keynote-ShpeismanLattner-MLIR.pdf Sat Apr 13 12:46:17 2019 differ

Modified: www/trunk/devmtg/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/index.html?rev=358342&r1=358341&r2=358342&view=diff
==============================================================================
--- www/trunk/devmtg/index.html (original)
+++ www/trunk/devmtg/index.html Sat Apr 13 12:46:17 2019
@@ -2,10 +2,9 @@
 
 <div class="www_sectiontitle">LLVM Developers' Meeting</div>
 
-Our next meeting will be <a href="2019-04/">April 8-9, 2019</a> in Brussels, Belgium.
-
 <p>We have had these meetings so far:</p>
 <ul>
+<li><a href="2019-04/">April 8-9, 2019</a> - Brussels, Belgium</li>
 <li><a href="2018-10/">October 17-18, 2018</a> - San Jose, CA, USA</li>
 <li><a href="2018-04/">April 16-17, 2018</a> - Bristol, UK</li>
 <li><a href="2017-10/">October 18-19, 2017</a> - San Jose, CA, USA</li>




More information about the llvm-commits mailing list