Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] consolidate tests for related bugs | Sanjay Patel | 2016-04-11 | 1 | -0/+32 |
| | | | | llvm-svn: 265973 | ||||
* | [InstCombine] don't try to shift an illegal amount (PR26760) | Sanjay Patel | 2016-04-11 | 1 | -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 intended | Sanjay Patel | 2016-04-11 | 1 | -0/+22 |
This is step 1 of refactoring to solve PR26760: https://llvm.org/bugs/show_bug.cgi?id=26760 llvm-svn: 265946 |