summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopRotate/crash.ll
Commit message (Collapse)AuthorAgeFilesLines
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ↵Dmitri Gribenko2012-12-301-1/+1
| | | | | | | | ModuleID This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 171250
* remove asmparser support for the old getresult instruction, which has been ↵Chris Lattner2011-06-171-1/+1
| | | | | | subsumed by extractvalue. llvm-svn: 133247
* fix PR9523, a crash in looprotate on a non-canonical loop made out of ↵Chris Lattner2011-04-091-0/+16
| | | | | | indirectbr. llvm-svn: 129203
* merge tests into one crash.ll test.Chris Lattner2011-01-111-1/+109
| | | | llvm-svn: 123220
* remove a bogus assertion: the latch block of a loop is not Chris Lattner2011-01-111-0/+31
neccesarily an uncond branch to the header. This fixes PR8955 (the assertion tripping). llvm-svn: 123219
OpenPOWER on IntegriCloud