1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Regression/Transforms/CodeExtractor
Chris Lattner 1d4d74ac9a 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.

llvm-svn: 12495
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