Consider expression "0.0 - X" as the negation of X if
[oota-llvm.git] / test / Transforms / InstCombine / fast-math.ll
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-07 Shuxin YangThis change is to implement following rules:
2012-12-18 Shuxin Yangrdar://12801297
2012-12-14 Shuxin Yangrdar://12753946
2012-11-29 Shuxin Yangfix a typo
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...