aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/shift-factor.ll
AgeCommit message (Expand)Author
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-03-14Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner