<div class="gmail_quote">On Wed, Mar 21, 2012 at 4:15 AM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@gmail.com">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">
There are a couple of things I want to do as follow-ups: simplify PHINodes to catch cases where all phi operands end up equal. This will in-turn want to recursively apply that simplification to users of the PHINodes. This has to happen in the lazy PHINode resolution pass, so I wanted to do it in a follow-up patch.</blockquote>
</div><br><div>FYI, here is the patch for this. It's still a bit untested, but wanted to go ahead and get it out in front of folks for review. It at least didn't do anything horrible to a bootstrap.</div>