[www] r354285 - [EuroLLVM'19] Misc program fixes.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 13:53:02 PST 2019


Author: aadg
Date: Mon Feb 18 13:53:01 2019
New Revision: 354285

URL: http://llvm.org/viewvc/llvm-project?rev=354285&view=rev
Log:
[EuroLLVM'19] Misc program fixes.

Modified:
    www/trunk/devmtg/2019-04/index.html
    www/trunk/devmtg/2019-04/talks.html

Modified: www/trunk/devmtg/2019-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/index.html?rev=354285&r1=354284&r2=354285&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Mon Feb 18 13:53:01 2019
@@ -285,7 +285,7 @@ published here as soon as we have it ava
   <i>Alessandro Cornaglia (FZI - Research Center for Information Technology)</i>
 </li>
 <li><a href="talks.html#LightningTalk_2">
-  Outer-Loop-Vectorization == LoopUnroll-And-Jam + SLP</a>
+  Simple Outer-Loop-Vectorization == LoopUnroll-And-Jam + SLP</a>
   <i>Dibyendu Das (AMD)</i>
 </li>
 <li><a href="talks.html#LightningTalk_3">
@@ -408,10 +408,12 @@ published here as soon as we have it ava
   <i>Jack J. Garzella (University of Utah), Marek Baranowski (University of Utah),
     Shaobo He (University of Utah), Zvonimir Rakamaric (University of Utah)</i>
 </li>
+<!--
 <li><a href="talks.html#Poster_8">
   Instruction Tracing and dynamic codegen analysis to identify unique llvm performance issues.</a>
   <i>Biplob (IBM)</i>
 </li>
+-->
 <li><a href="talks.html#Poster_9">
   Handling all Facebook requests with JITed C++ code</a>
   <i>Huapeng Zhou (Facebook), Yuhan Guo (Facebook)</i>

Modified: www/trunk/devmtg/2019-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/talks.html?rev=354285&r1=354284&r2=354285&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Mon Feb 18 13:53:01 2019
@@ -733,7 +733,7 @@ regard to multiple hardware platforms in
 </td></tr>
 
 <tr><td valign="top" id="LightningTalk_2">
-<b>Outer-Loop-Vectorization == LoopUnroll-And-Jam + SLP</b><br>
+<b>Simple Outer-Loop-Vectorization == LoopUnroll-And-Jam + SLP</b><br>
 <i>Dibyendu Das (AMD)</i>
 <p>In this brief talk I will show how Outer-Loop-Vectorization (OLV), which is
 of great interest to the LLVM community, can be visualized as a combination of
@@ -1302,7 +1302,7 @@ languages. We assess the quality of our
 through several case studies, and we describe the lessons we learned in the
 process.</p>
 </td></tr>
-
+<!--
 <tr><td valign="top" id="Poster_8">
 <b>Instruction Tracing and dynamic codegen analysis to identify unique llvm performance issues.</b><br>
 <i>Biplob (IBM)</i>
@@ -1322,7 +1322,7 @@ will look at some of these code-gen issu
 running application compiled by llvm and other compilers were traced for hot
 code sections on IBM Power9 processor.</p>
 </td></tr>
-
+-->
 <tr><td valign="top" id="Poster_9">
 <b>Handling all Facebook requests with JITed C++ code</b><br>
 <i>Huapeng Zhou (Facebook), Yuhan Guo (Facebook)</i>




More information about the llvm-commits mailing list