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