[llvm-commits] [llvm] r123380 - in /llvm/trunk: lib/Transforms/Scalar/ScalarReplAggregates.cpp test/Transforms/ScalarRepl/copy-aggregate.ll
Chris Lattner
clattner at apple.com
Thu Jan 13 14:11:56 PST 2011
On Jan 13, 2011, at 9:45 AM, Bob Wilson wrote:
> Author: bwilson
> Date: Thu Jan 13 11:45:08 2011
> New Revision: 123380
>
> URL: http://llvm.org/viewvc/llvm-project?rev=123380&view=rev
> Log:
> Make SROA more aggressive with allocas containing padding.
Nice! If you are generally interested in improving the "hole case", we should really handle this by sprinkling some metadata on the problem. I added some notes to Target/README.txt in r123405.
-Chris
More information about the llvm-commits
mailing list