llvm-6502/test/Transforms/CodeExtractor
Chris Lattner 43aaf66a39 This is the last remaining bug that I know of in the loop extractor. The loop
extractor has extracted hundreds of loops from the SPEC benchmarks without crashing
and without misoptimizing the programs.

This testcase could be reduced substantially more by hand, but I don't have time
to work on it right now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12495 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-18 06:41:59 +00:00
..
2004-03-13-LoopExtractorCrash.ll New testcase that crashes the loop extractor 2004-03-14 03:03:59 +00:00
2004-03-14-DominanceProblem.ll New testcase that causes the code extractor to generate bogus code. 2004-03-15 00:08:49 +00:00
2004-03-14-NoSwitchSupport.ll New testcase that crashes the loop extractor 2004-03-14 22:16:52 +00:00
2004-03-17-MissedLiveIns.ll New testcase, reduced from 256.bzip2 2004-03-18 05:55:29 +00:00
2004-03-17-OutputMismatch.ll New testcase that crashes the code extractor 2004-03-18 04:10:02 +00:00
2004-03-17-UpdatePHIsOutsideRegion.ll New testcase 2004-03-18 05:33:39 +00:00
2004-03-18-InvokeHandling.ll This is the last remaining bug that I know of in the loop extractor. The loop 2004-03-18 06:41:59 +00:00
loops-no-output.c Two testcases for loops: one with outputs, one without. 2004-02-28 03:20:41 +00:00
loops-outputs.c Two testcases for loops: one with outputs, one without. 2004-02-28 03:20:41 +00:00