summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-add.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+159
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-159/+0
* [InstCombine] fold add(zext(xor X, C), C) --> sext X when C is INT_MIN in the...Sanjay Patel2016-07-191-6/+23
* add tests for missed sext transformSanjay Patel2016-07-181-0/+26
* [InstCombine] allow X + signbit --> X ^ signbit for vector splatsSanjay Patel2016-07-161-1/+1
* add vector test to show missing transformSanjay Patel2016-07-161-0/+10
* update tests to use FileCheck, consolidate tests, fix commentsSanjay Patel2016-07-161-0/+106
OpenPOWER on IntegriCloud