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

Chris Lattner clattner at apple.com
Fri Jan 21 13:08:53 PST 2011


On Jan 21, 2011, at 12:55 PM, Nick Lewycky wrote:

> 
> > 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.

Great thanks!

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


More information about the llvm-commits mailing list