1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Other
Devang Patel b5abdd4c33 The pass manager is not able to schedule -loop-deletion -loop-index-split.
The loop-deletion pass does not preserve dom frontier, which is required by
loop-index-split. When the PM checks dom frontier for loop-index-split, it has
already verified that lcssa is availalble. However, new dom frontier forces new
loop pass manager, which does not  have lcssa yet.

The PM should recheck availability of required analysis passes in such cases.

llvm-svn: 54805
2008-08-14 23:07:48 +00:00
..
2002-01-31-CallGraph.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2002-02-24-InlineBrokePHINodes.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2002-03-11-ConstPropCrash.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2003-02-19-LoopInfoNestingBug.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedConstantInlineStore.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedGlobalConstant.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedSelect.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-16-PackedSimple.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2004-08-20-PackedControlFlow.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2006-02-05-PassManager.ll
2007-04-24-eliminate-mostly-empty-blocks.ll Remove llvm-upgrade and update tests. 2008-02-19 01:44:26 +00:00
2007-06-05-PassID.ll Let some more tests ignore expected output on stderr. 2008-06-10 15:04:14 +00:00
2007-06-28-PassManager.ll Fix PR1539. Add LoopPassPrinter. 2007-07-05 15:32:03 +00:00
2007-09-10-PassManager.ll New test. 2007-09-10 18:12:52 +00:00
2008-02-14-PassManager.ll Fix PR2028 2008-02-15 01:24:49 +00:00
2008-03-19-PassManager.ll Keep track of analysis information inherited from Module pass manager. 2008-03-20 01:09:53 +00:00
2008-06-04-FieldSizeInPacked.ll Change packed struct layout so that field sizes 2008-06-04 08:21:45 +00:00
2008-08-14-PassManager.ll The pass manager is not able to schedule -loop-deletion -loop-index-split. 2008-08-14 23:07:48 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
invalid-commandline-option.ll Test this differently: I saw this test fail 2008-07-28 19:09:01 +00:00