aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/log-pow.ll
AgeCommit message (Expand)Author
2016-07-22Don't remove side effecting instructions due to ConstantFoldInstructionDavid Majnemer
2016-01-11[LibCallSimplifier] use instruction-level fast-math-flags to transform log callsSanjay Patel
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel
2015-11-30[SimplifyLibCalls] Transform log(exp2(y)) to y*log(2) under fast-math.Davide Italiano
2015-11-29[SimplifyLibCalls] Don't crash if the function doesn't have a name.Davide Italiano
2015-11-29[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).Davide Italiano