[llvm-commits] [llvm] r112355 - in /llvm/trunk: include/llvm/LinkAllPasses.h include/llvm/Transforms/Scalar.h include/llvm/Transforms/Utils/SSI.h lib/Transforms/Scalar/ABCD.cpp lib/Transforms/Scalar/CMakeLists.txt lib/Transforms/Utils/CMakeLists.txt lib/Transforms/Utils/SSI.cpp test/Transforms/ABCD/ test/Transforms/SSI/

Chris Lattner clattner at apple.com
Sat Aug 28 09:24:05 PDT 2010


On Aug 28, 2010, at 1:06 AM, Duncan Sands wrote:

> Hi Chris,
> 
>> remove the ABCD and SSI passes.  They don't have any clients that
>> I'm aware of, aren't maintained, and LVI will be replacing their value.
>> nlewycky approved this on irc.
> 
> the range analysis GSoC project is using SSI...

The code still exists in svn history, out of tree projects can continue to use it by pulling the code into their tree.

-Chris



More information about the llvm-commits mailing list