[llvm-commits] [llvm] r112270 - in /llvm/trunk: lib/Analysis/LazyValueInfo.cpp lib/Transforms/Scalar/JumpThreading.cpp test/Transforms/JumpThreading/basic.ll test/Transforms/JumpThreading/lvi-load.ll
Chris Lattner
clattner at apple.com
Fri Aug 27 10:21:26 PDT 2010
On Aug 27, 2010, at 10:12 AM, Owen Anderson wrote:
> Author: resistor
> Date: Fri Aug 27 12:12:29 2010
> New Revision: 112270
>
> URL: http://llvm.org/viewvc/llvm-project?rev=112270&view=rev
> Log:
> Use LVI to eliminate conditional branches where we've tested a related condition previously. Update tests for this change.
> This fixes PR5652.
Testcase? I don't think this fixes PR5652, which isn't about deleting a dead condition, it is about *changing* a dominating condition to make one dead.
-Chris
More information about the llvm-commits
mailing list