aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/pow-sqrt.ll
AgeCommit message (Expand)Author
2017-05-03Replace hardcoded intrinsic list with speculatable attribute.Matt Arsenault
2017-01-09[SimplifyLibCalls] pow(x, -0.5) -> 1.0 / sqrt(x).Davide Italiano
2016-08-10[SimplifyLibCalls] Restore the old behaviour, emit a libcall.Davide Italiano
2016-08-08[SimplifyLibCalls] Emit sqrt intrinsic instead of a libcall.Davide Italiano
2016-01-12[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...Sanjay Patel
2015-11-18[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.Davide Italiano