[llvm-commits] [llvm] r64693 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/enforce-known-alignment.ll

Chris Lattner clattner at apple.com
Mon Feb 16 16:24:45 PST 2009


On Feb 16, 2009, at 3:02 PM, Dan Gohman wrote:

> Author: djg
> Date: Mon Feb 16 17:02:21 2009
> New Revision: 64693
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64693&view=rev
> Log:
> Fix EnforceKnownAlignment so that it doesn't ever reduce the alignment
> of an alloca or global variable.

Thanks!  Can you please reduce the testcase to something that doesn't  
use the crazy types?

-Chris




More information about the llvm-commits mailing list