[www] r344708 - [devmtg18] Link to slides in index.html

Krzysztof Pszeniczny via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 17 13:22:28 PDT 2018


Author: kpszeniczny
Date: Wed Oct 17 13:22:27 2018
New Revision: 344708

URL: http://llvm.org/viewvc/llvm-project?rev=344708&view=rev
Log:
[devmtg18] Link to slides in index.html

Add a link to slides of Padlewski, Pszeniczny -
Sound Devirtualization.

Modified:
    www/trunk/devmtg/2018-10/index.html

Modified: www/trunk/devmtg/2018-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/index.html?rev=344708&r1=344707&r2=344708&view=diff
==============================================================================
--- www/trunk/devmtg/2018-10/index.html (original)
+++ www/trunk/devmtg/2018-10/index.html Wed Oct 17 13:22:27 2018
@@ -152,7 +152,7 @@ Over the past year we have hosted panels
     <li><a href="talk-abstracts.html#talk15">Graph Program Extraction and Device Partitioning in Swift for TensorFlow</a> - Mingsheng Hong, Chris Lattner</li>
     <li><a href="talk-abstracts.html#talk16">Memory Tagging, how it improves C++ memory safety, and what does it mean for compiler optimizations</a> - Kostya Serebryany, Evgenii Stepanov, Vlad Tsyrklevich</li>
     <li><a href="talk-abstracts.html#talk17">Improving code reuse in clang tools with clangmetatool</a> - Daniel Ruoso</li>
-    <li><a href="talk-abstracts.html#talk18">Sound Devirtualization in LLVM</a> - Piotr Padlewski, Krzysztof Pszeniczny</li>
+    <li><a href="talk-abstracts.html#talk18">Sound Devirtualization in LLVM</a> - Piotr Padlewski, Krzysztof Pszeniczny [ <a href="https://llvm.org/devmtg/2018-10/slides/Padlewski-Pszeniczny-Sound%20Devirtualization.pdf">Slides</a> ]</li>
     <li><a href="talk-abstracts.html#talk24">Extending the SLP vectorizer to support variable vector widths</a> - Vasileios Porpodas, Rodrigo C. O. Rocha, Luís F. W. Góes</li>
     <li><a href="talk-abstracts.html#talk19">Revisiting Loop Fusion, and its place in the loop transformation framework.</a> - Johannes Doerfert, Kit Barton, Hal Finkel, Michael Kruse</li>
     <li><a href="talk-abstracts.html#talk20">Optimizing Indirections, using abstractions without remorse.</a> - Johannes Doerfert, Hal Finkel</li>




More information about the llvm-commits mailing list