[llvm-commits] [llvm] r149654 - in /llvm/trunk: include/llvm/Transforms/Utils/SSAUpdaterImpl.h test/Transforms/ScalarRepl/phi-cycle.ll

Nick Lewycky nlewycky at google.com
Thu Feb 2 17:57:47 PST 2012


On 2 February 2012 17:07, Dan Gohman <gohman at apple.com> wrote:

> Author: djg
> Date: Thu Feb  2 19:07:01 2012
> New Revision: 149654
>
> URL: http://llvm.org/viewvc/llvm-project?rev=149654&view=rev
> Log:
> Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
> PHI nodes which were matched, rather than climbing up the
> original PHI node's operands to rediscover PHI nodes for
> recording, since the PHI nodes found that are not
> necessarily part of the matched set.
> This fixes rdar://10589171.
>

You mean PR11535?

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120202/96568f10/attachment.html>


More information about the llvm-commits mailing list