<div dir="ltr">This is the simplifycfg utility function that takes a worklist of BBs? I was planning on using it to fix <a href="http://llvm.org/pr20300">http://llvm.org/pr20300</a>. The pass would identify unreachable resumes, convert them to unreachable, and ask simplifycfg to propagate that backwards. Is that the right approach, or do I have the wrong pass?</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 1, 2015 at 3:08 AM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@gmail.com" target="_blank">chandlerc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">More precisely, its only used within its own implementation and via the pass. Wondering if we should just sink all the code into the pass rather than having a free function.<span class="HOEnZb"><font color="#888888"><div><br></div><div>-Chandler</div></font></span></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>