Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused arguments. NFCI | Xin Tong | 2017-03-19 | 1 | -1/+1 |
| | | | | llvm-svn: 298218 | ||||
* | RewriteLoopBodyWithConditionConstant can end up rewriting the | Chris Lattner | 2010-04-20 | 1 | -0/+19 |
| | | | | | | | | condition we're unswitching on. In this case, don't try to simplify the second copy of the loop which may be dead or not, but is probably a constant now. This fixes PR6879 llvm-svn: 101870 | ||||
* | fix a crash in loop unswitch on a loop invariant vector condition. | Chris Lattner | 2010-02-02 | 1 | -1/+16 |
| | | | | llvm-svn: 95055 | ||||
* | remove an unreduced testcase, rename another. | Chris Lattner | 2010-02-02 | 1 | -0/+32 |
llvm-svn: 95054 |