aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ABCD
Commit message (Collapse)AuthorAgeFilesLines
* remove the ABCD and SSI passes. They don't have any clients thatChris Lattner2010-08-282-30/+0
| | | | | | | | I'm aware of, aren't maintained, and LVI will be replacing their value. nlewycky approved this on irc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112355 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert my previous patch to ABCD and fix things the right way. There are ↵Owen Anderson2009-11-092-0/+30
two problems addressed here: 1) We need to avoid processing sigma nodes as phi nodes for constraint generation. 2) We need to generate constraints for comparisons against constants properly. This includes our first working ABCD test! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86498 91177308-0d34-0410-b5e6-96231b3b80d8