<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 1, 2016 at 11:08 AM, Nadav Rotem via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">







<div bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div>
<p class="MsoNormal"><span style="font-size:11pt">Hi David, <u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt">Thanks for working on this.  I’d like to help reviewing your work!
<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt">How much code from the original patch are you leaving around? If you are reusing a lot of code from the original pass then you can refactor, clean and add new functionality. But if you are not keeping much
 then maybe it would be useful to develop a new pass (with small incremental reviewable changes), and when the work is done flip the switch and start using the new pass. What do you prefer?   <u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt">I think that introducing the new flag that allows the removal of infinite loops is a great idea. LLVM is used for compilation of non-C languages, like Swift, Java, Python, etc, and these languages may benefit
 from the new functionality.</span></p></div></div></blockquote><div><br></div><div>LLVM doesn't handle "infinite loops are a side effect" in a principled way:</div><div>- The LLVM IR corresponding to an infinite loop doesn't contain side effects which means that the loop itself doesn't have side effects.  Calls to functions which merely infinite loop can (and will) be removed by LLVM (because they are readnone, nounwind, etc.).</div><div><br></div><div>A proper design for "infinite loops are a side effect" would likely be a function attribute which indicates what behavior the optimizer may assume when it sees a loop with unknown bound in a function.</div><div><br></div><div>While this doesn't mean that the pass shouldn't contain logic for leaving infinite loops alone, it likely means that parameterizing the pass on a flag is wrong.</div><div><br></div><div>In any case, I'd be willing to pitch in on these reviews.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72"><div><p class="MsoNormal"><span style="font-size:11pt"> <u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt">-Nadav<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt"><u></u> <u></u></span></p>
<div style="border-right:none;border-bottom:none;border-left:none;border-top:1pt solid rgb(181,196,223);padding:3pt 0in 0in">
<p class="MsoNormal"><b><span style="color:black">From: </span></b><span style="color:black">David Callahan <<a href="mailto:dcallahan@fb.com" target="_blank">dcallahan@fb.com</a>><br>
<b>Date: </b>Monday, August 1, 2016 at 10:45 AM<br>
<b>To: </b>LLVM Dev Mailing list <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>><br>
<b>Cc: </b>Kevin Frei <<a href="mailto:freik@fb.com" target="_blank">freik@fb.com</a>>, Nadav Rotem <<a href="mailto:nrotem@fb.com" target="_blank">nrotem@fb.com</a>>, Chandler Carruth <<a href="mailto:chandlerc@gmail.com" target="_blank">chandlerc@gmail.com</a>><br>
<b>Subject: </b>[LLVM] New Dead Code Elimination<u></u><u></u></span></p>
</div><div><div class="h5">
<div>
<p class="MsoNormal"><span style="font-family:"Times New Roman""><u></u> <u></u></span></p>
</div>
<div>
<div>
<div>
<p class="MsoNormal"><span style="color:black">I have a rewrite of the aggressive dead code elimination pass which handles control flow and allows may-be-infinite loops to be removed under optional flag. Chandler suggested rather than a large change a series
 of small changes and, while that may not get us to small changes easily, there has been no further commentary on the diff:
<a href="https://reviews.llvm.org/D18762" target="_blank">https://reviews.llvm.org/D18762</a>.  Given that, I will plan on proposing a series of diffs and would like to recruit some people who are interested in the change to help review those changes.
<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:black"> <u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:black">I expect to stage as follows:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:black"> <u></u><u></u></span></p>
<p>
<u></u><span style="color:black"><span>1.<span style="font-style:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     
</span></span></span><u></u><span style="color:black">Rewrite base algorithm to introduce data structures needed to hold extra information (no functional change)<u></u><u></u></span></p>
<p>
<u></u><span style="color:black"><span>2.<span style="font-style:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     
</span></span></span><u></u><span style="color:black">Rewrite base algorithm to allow removing of control flow (under option, off by default). This variant will not be correct in the general case.<u></u><u></u></span></p>
<p>
<u></u><span style="color:black"><span>3.<span style="font-style:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     
</span></span></span><u></u><span style="color:black">Code to rewrite the control flow graph and remove dead basic blocks<u></u><u></u></span></p>
<p>
<u></u><span style="color:black"><span>4.<span style="font-style:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     
</span></span></span><u></u><span style="color:black">Identify Phi nodes with non-instruction reaching definitions and keep the associated source block live. Identify Phi nodes with multiple-live values from dead blocks<u></u><u></u></span></p>
<p>
<u></u><span style="color:black"><span>5.<span style="font-style:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     
</span></span></span><u></u><span style="color:black">Remove unreachable code discovered by post-order traversal to avoid.<u></u><u></u></span></p>
<p class="MsoNormal" style="margin-left:0.25in;text-indent:0.25in"><span style="color:black"> (code is functionally correct at this point)<u></u><u></u></span></p>
<p>
<u></u><span style="color:black"><span>6.<span style="font-style:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     
</span></span></span><u></u><span style="color:black">Use post-order traversal to identify loop bottoms. By default this will be kept live but include switch to allow loops to be removed. 
<u></u><u></u></span></p>
<p>
<u></u><span style="color:black"><span>7.<span style="font-style:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     
</span></span></span><u></u><span style="color:black">Improve handling of live values out of dead regions<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:black"> <u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:black">Please respond if you are willing to help or have suggestions on staging or approach.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:black"> <u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:black">Thanks<u></u><u></u></span></p>
<p class="MsoNormal"><span style="color:black">David<u></u><u></u></span></p>
</div>
</div>
</div>
</div></div></div>
</div>

<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br></div></div>