summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/add2.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Generalize sub of selects optimization to all BinaryOperatorsDavid Majnemer2015-07-141-0/+10
* [InstCombine] Don't eagerly propagate nsw for A*B+A*C => A*(B+C)David Majnemer2015-05-221-0/+42
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-2/+2
* InstCombine: Preserve nsw when folding X*(2^C) -> X << CDavid Majnemer2014-11-221-3/+3
* InstCombine: mul to shl shouldn't preserve nswDavid Majnemer2014-10-111-3/+3
* InstCombine: Combine (add (and %a, %b) (or %a, %b)) to (add %a, %b)David Majnemer2014-08-111-0/+40
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-271-36/+65
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-261-0/+26
* [ValueTracking] Extend range metadata to call/invokeJingyue Wu2014-06-191-0/+41
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-191-0/+63
* Refactored and updated SimplifyUsingDistributiveLaws() to Dinesh Dwivedi2014-06-191-0/+68
* Add a testcase where there is an overflow when combining two constants.Rafael Espindola2014-06-051-0/+10
* InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec...Benjamin Kramer2014-01-191-0/+35
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-4/+4
* preserve NUW/NSW when transforming add x,xChris Lattner2011-02-171-0/+8
* filecheckizeChris Lattner2011-02-171-3/+14
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-201-23/+1
* be more aggressive about transforming add -> or when the operands have noChris Lattner2008-05-191-0/+15
* Implement PR1795, an instcombine hack for forming GEPs with integer pointer a...Chris Lattner2008-01-081-0/+20
* For PR1319:Reid Spencer2007-04-161-1/+0
* new testcaseChris Lattner2007-03-051-0/+12
OpenPOWER on IntegriCloud