[llvm-commits] [llvm] r46494 - /llvm/trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp
Chris Lattner
clattner at apple.com
Mon Jan 28 22:30:57 PST 2008
On Jan 28, 2008, at 10:18 PM, Owen Anderson wrote:
> Author: resistor
> Date: Tue Jan 29 00:18:36 2008
> New Revision: 46494
> URL: http://llvm.org/viewvc/llvm-project?rev=46494&view=rev
> Log:
> Add support for eliminating memcpy's at the end of functions. Also
> fix some errors I noticed in
> the handling of eliminating stores to byval arguments.
Ooh, coolness. Testcase please :)
-Chris
More information about the llvm-commits
mailing list