fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
[oota-llvm.git] / test / Transforms / ConstantMerge / align.ll
2013-11-12 Rafael EspindolaCorruptly merge constants with explicit and implicit...