InstCombine: fix fold "fcmp x, undef" to account for NaN
[oota-llvm.git] / test / Transforms / InstCombine / fcmp.ll
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-01-08 Matt ArsenaultFix fcmp + fabs instcombines when using the intrinsic
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-10-30 Ulrich WeigandEnable some additional constant folding for PPCDoubleDo...
2012-08-18 Benjamin KramerInstCombine: Fix a crasher when encountering a function...
2012-08-18 Benjamin KramerInstCombine: Add a couple of fabs identities for compar...
2011-09-30 Jim Grosbachfloat comparison to double 'zero' constant can just...
2011-03-31 Benjamin KramerInstCombine: APFloat can't perform arithmetic on PPC...
2011-03-31 Benjamin KramerInstCombine: Fix transform to use the swapped predicate.
2011-03-31 Benjamin KramerInstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, y
2011-03-31 Benjamin KramerInstCombine: fold fcmp pred (fneg x), C -> fcmp swap...
2011-03-31 Benjamin KramerInstCombine: Shrink "fcmp (fpext x), C" to "fcmp x...
2011-03-31 Benjamin KramerInstCombine: fold fcmp (fpext x), (fpext y) -> fcmp...