[SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y)
[oota-llvm.git] / test / Transforms / PartiallyInlineLibCalls /
2014-08-01 Peter CollingbournePartiallyInlineLibCalls: Check sqrt result type before...