[SimplifyLibCalls] Transform log(exp2(y)) to y*log(2) under fast-math.
[oota-llvm.git] / test / Transforms / SpeculativeExecution /
2015-05-15 Jingyue WuAdd a speculative execution pass