[llvm-commits] [llvm] r40641 - /llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp

Chris Lattner clattner at apple.com
Wed Aug 1 17:53:25 PDT 2007


On Jul 31, 2007, at 10:22 AM, Dan Gohman wrote:

> Author: djg
> Date: Tue Jul 31 12:22:27 2007
> New Revision: 40641
>
> URL: http://llvm.org/viewvc/llvm-project?rev=40641&view=rev
> Log:
> Use SCEVExpander::InsertCastOfTo instead of calling new IntToPtrInst
> directly, because the insert point used by the SCEVExpander may vary
> from what LSR originally computes.

Did this cause a bug?  If so, can you please commit a regtest?  Thanks,

-Chris



More information about the llvm-commits mailing list