[SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y)
[oota-llvm.git] / test / Transforms / InstCombine / pow-exp.ll
2015-11-03 Davide Italiano[SimplifyLibCalls] Add a new transformation: pow(exp...