[llvm-commits] [llvm] r112539 - /llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp

Owen Anderson resistor at mac.com
Mon Aug 30 15:23:55 PDT 2010


On Aug 30, 2010, at 3:22 PM, Chris Lattner wrote:

> Does this preserve LVI if LVI is not enabled?  What does "preserving LVI" actually mean?

Oops, that was actually part of another patch I was working on, where I want to avoid destructing LVI between running JumpThreading and running ValuePropagation.

--Owen



More information about the llvm-commits mailing list