summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/log-pow.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Add test case for PR43617 (NFC)Evandro Menezes2019-10-101-0/+10
* [InstCombine] Expand the simplification of log()Evandro Menezes2019-09-301-34/+28
* [InstCombine] Add more test cases (NFC)Evandro Menezes2019-09-041-40/+99
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+62
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-62/+0
* Don't remove side effecting instructions due to ConstantFoldInstructionDavid Majnemer2016-07-221-1/+2
* [LibCallSimplifier] use instruction-level fast-math-flags to transform log callsSanjay Patel2016-01-111-22/+42
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-1/+1
* [SimplifyLibCalls] Transform log(exp2(y)) to y*log(2) under fast-math.Davide Italiano2015-11-301-0/+13
* [SimplifyLibCalls] Don't crash if the function doesn't have a name.Davide Italiano2015-11-291-0/+9
* [SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).Davide Italiano2015-11-291-0/+19
OpenPOWER on IntegriCloud