[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
[oota-llvm.git] / test / Transforms / SpeculativeExecution /
2015-05-15 Jingyue WuAdd a speculative execution pass