[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
[oota-llvm.git] / test / Transforms / SpeculativeExecution /
2015-05-15 Jingyue WuAdd a speculative execution pass