add fast-math-flags to 'call' instructions (PR21290)
[oota-llvm.git] / test / Transforms / InstCombine / log-pow.ll
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-11-30 Davide Italiano[SimplifyLibCalls] Transform log(exp2(y)) to y*log...
2015-11-29 Davide Italiano[SimplifyLibCalls] Don't crash if the function doesn...
2015-11-29 Davide Italiano[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).