fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
[oota-llvm.git] / test / Transforms / CodeGenPrepare / AArch64 /
2014-07-29 Tim NorthoverCodeGenPrep: fall back to MVT::Other if instruction...