summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/shift-shift.ll
Commit message (Collapse)AuthorAgeFilesLines
* [InstCombine] consolidate tests for related bugsSanjay Patel2016-04-111-0/+32
| | | | llvm-svn: 265973
* [InstCombine] don't try to shift an illegal amount (PR26760)Sanjay Patel2016-04-111-1/+22
| | | | | | | | | | This is the straightforward fix for PR26760: https://llvm.org/bugs/show_bug.cgi?id=26760 But we still need to make some changes to generalize this helper function and then send the lshr case into here. llvm-svn: 265960
* [InstCombine] replace test that no longer works as intendedSanjay Patel2016-04-111-0/+22
This is step 1 of refactoring to solve PR26760: https://llvm.org/bugs/show_bug.cgi?id=26760 llvm-svn: 265946
OpenPOWER on IntegriCloud