aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/fcmp.ll
AgeCommit message (Expand)Author
2012-10-30Enable some additional constant folding for PPCDoubleDouble.Ulrich Weigand
2012-08-18InstCombine: Fix a crasher when encountering a function pointer.Benjamin Kramer
2012-08-18InstCombine: Add a couple of fabs identities for comparing with 0.0.Benjamin Kramer
2011-09-30float comparison to double 'zero' constant can just be a float 'zero.'Jim Grosbach
2011-03-31InstCombine: APFloat can't perform arithmetic on PPC double doubles, don't ev...Benjamin Kramer
2011-03-31InstCombine: Fix transform to use the swapped predicate.Benjamin Kramer
2011-03-31InstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, yBenjamin Kramer
2011-03-31InstCombine: fold fcmp pred (fneg x), C -> fcmp swap(pred) x, -CBenjamin Kramer
2011-03-31InstCombine: Shrink "fcmp (fpext x), C" to "fcmp x, C" if C can be losslessly...Benjamin Kramer
2011-03-31InstCombine: fold fcmp (fpext x), (fpext y) -> fcmp x, y.Benjamin Kramer