Fix a bug in InstCombine where we failed to preserve fast math flags when optimizing...
[oota-llvm.git] / test / Transforms / InstCombine / fmul.ll
2014-01-16 Owen AndersonFix a bug in InstCombine where we failed to preserve...
2014-01-16 Owen AndersonTeach InstCombine that (fmul X, -1.0) can be simplified...
2013-09-30 Joey GoulyFix a bug in InstCombine where it attempted to cast...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...