aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstSimplify/reassociate.ll
AgeCommit message (Expand)Author
2012-03-13Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->Duncan Sands
2011-02-06teach instsimplify to transform (X / Y) * Y to XChris Lattner
2011-02-06rename test.Chris Lattner