summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopUnswitch/crash.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused arguments. NFCIXin Tong2017-03-191-1/+1
| | | | llvm-svn: 298218
* RewriteLoopBodyWithConditionConstant can end up rewriting theChris Lattner2010-04-201-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 Lattner2010-02-021-1/+16
| | | | llvm-svn: 95055
* remove an unreduced testcase, rename another.Chris Lattner2010-02-021-0/+32
llvm-svn: 95054
OpenPOWER on IntegriCloud