| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [InstCombine] limit icmp transform to ConstantInt (PR28011) | Sanjay Patel | 2016-06-06 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | In r271810 ( http://reviews.llvm.org/rL271810 ), I loosened the check above this to work for any Constant rather than ConstantInt. AFAICT, that part makes sense if we can determine that the shrunken/extended constant remained equal. But it doesn't make sense for this later transform where we assume that the constant DID change. This could assert for a ConstantExpr: https://llvm.org/bugs/show_bug.cgi?id=28011 And it could be wrong for a vector as shown in the added regression test. llvm-svn: 271908 | ||||
| * | regenerate checks | Sanjay Patel | 2016-06-06 | 1 | -110/+159 |
| | | | | | llvm-svn: 271904 | ||||
| * | Allow instcombine to combine "sext(a) >u const" to "a >u trunc(const)". | Eli Friedman | 2009-12-17 | 1 | -0/+32 |
| | | | | | llvm-svn: 91631 | ||||
| * | Convert InstCombine tests from notcast to FileCheck. | Edward O'Callaghan | 2009-10-12 | 1 | -2/+30 |
| | | | | | llvm-svn: 83825 | ||||
| * | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 81293 | ||||
| * | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 81257 | ||||
| * | Eliminate questionable syntax for stdin redirection. This probably also ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | | | speeds things up a bit. llvm-svn: 51357 | ||||
| * | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 48103 | ||||
| * | Remove llvm-upgrade and update test cases. | Tanya Lattner | 2008-03-01 | 1 | -89/+85 |
| | | | | | llvm-svn: 47793 | ||||
| * | For PR1319: | Reid Spencer | 2007-04-15 | 1 | -0/+1 |
| | | | | | | | | Make use of the END. facility on all files > 1K so that we aren't wasting CPU cycles searching for RUN: lines that we'll never find. llvm-svn: 36059 | ||||
| * | For PR1319: | Reid Spencer | 2007-04-14 | 1 | -1/+2 |
| | | | | | | | Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013 | ||||
| * | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+134 |
| llvm-svn: 33296 | |||||

