aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/constant-expr.ll
AgeCommit message (Expand)Author
2011-01-29Add the select optimization recently added to instcombine to constant folding.Nick Lewycky
2011-01-21Add a constant folding of casts from zero to zero. Fixes PR9011!Nick Lewycky
2010-09-02remove some noise from tests.Chris Lattner
2010-01-21Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky
2009-10-17Teach vm core to more aggressively fold 'trunc' constantexprs,Chris Lattner
2009-10-17remove # uses from FileCheck lines.Chris Lattner
2009-10-17rename testChris Lattner