fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
[oota-llvm.git] / test / Transforms / MergeFunc / mergefunc-struct-return.ll
2014-04-30 Carlo Kok[IPO/MergeFunctions] changes so it doesn't try to bitca...