[llvm-commits] [llvm] r123973 - /llvm/trunk/lib/Transforms/Scalar/SCCP.cpp

Nick Lewycky nlewycky at google.com
Fri Jan 21 12:55:13 PST 2011


On 21 January 2011 09:03, Chris Lattner <clattner at apple.com> wrote:

>
> On Jan 21, 2011, at 12:38 AM, Nick Lewycky wrote:
>
> > Author: nicholas
> > Date: Fri Jan 21 02:38:09 2011
> > New Revision: 123973
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=123973&view=rev
> > Log:
> > SCCP doesn't actually preserve the CFG. It will delete and insert
> terminator
> > instructions.
>
> Does this change the output of "opt -O3 -debug-pass=Structure" on some bc
> file?  Do any extra analyses get run?
>

Nope! I just double-checked using helloworld and SPASS.

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110121/41dfd99b/attachment.html>


More information about the llvm-commits mailing list