[llvm-commits] [llvm] r54760 - in /llvm/trunk: lib/Transforms/Scalar/SCCP.cpp test/Transforms/SCCP/empty-struct.ll

Dan Gohman gohman at apple.com
Wed Aug 13 14:24:30 PDT 2008


I forgot to mention that this patch was contribute by
Richard Pennington!

Dan

On Wed, 2008-08-13 at 21:22 +0000, Dan Gohman wrote:
> Author: djg
> Date: Wed Aug 13 16:22:48 2008
> New Revision: 54760
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=54760&view=rev
> Log:
> Fix SCCP's handling of struct value loads and stores. SCCP doesn't
> track individual leaf values in such cases, so it needs to treat
> struct values as normal values in this case.
> 
> Added:
>     llvm/trunk/test/Transforms/SCCP/empty-struct.ll
> Modified:
>     llvm/trunk/lib/Transforms/Scalar/SCCP.cpp





More information about the llvm-commits mailing list