aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/pow-exp.ll
AgeCommit message (Expand)Author
2016-01-12[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(ex...Sanjay Patel
2016-01-12consolidate exp/exp2 testsSanjay Patel
2016-01-12Add/edit tests to include instruction-level FMF on callsSanjay Patel
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel
2015-11-26[SimplifyLibCalls] Don't depend on a called function having a name, it might ...Benjamin Kramer
2015-11-03[SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y)Davide Italiano