[llvm-commits] [llvm] r61178 - /llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Chris Lattner
clattner at apple.com
Wed Dec 17 17:19:31 PST 2008
On Dec 17, 2008, at 4:57 PM, Dale Johannesen wrote:
> Everything above is exercised in
> CodeGen/X86/lsr-negative-stride.ll (and ifcvt4 in ARM which is
> the same IR).
I see no change in the testcase so obviously this patch doesn't affect
whether the test passes or not. Please add a testcase that fails
before this patch and passes with it.
I'll review the patch after the testcase goes in.
Thanks,
-Chris
More information about the llvm-commits
mailing list