1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/Regression/Transforms
Chris Lattner 1914a6d0c9 Add a new testcase which breaks the sinker because the loop canonnicalization
pass does not do a canonnicalization that the sinker wants.

llvm-svn: 10346
2003-12-09 22:05:08 +00:00
..
ADCE There is no need to rely on LLI working for this test 2003-11-16 22:07:45 +00:00
BasicAA While working on the pool allocator, I noticed that basicaa is failing a scary 2003-11-04 16:40:40 +00:00
ConstantMerge Improve test portability 2003-11-19 18:37:06 +00:00
ConstProp Fix testcase. This should no longer be XFAIL'd 2003-11-19 18:34:44 +00:00
CorrelatedExprs
DeadArgElim New testcase for the deadreturnvalue deletion extension to -deadargelim 2003-10-22 22:33:59 +00:00
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve Fix an all too common form of the 'Found global types that are not compatible' warning 2003-11-20 21:04:35 +00:00
GCSE
GlobalDCE new testcase. globaldce should not delete the global 2003-10-10 04:54:23 +00:00
IndVarsSimplify Improve testcase portability on OS/X 2003-12-09 16:48:24 +00:00
Inline Improve portability with Mac OS/X 2003-12-09 16:49:12 +00:00
InstCombine Instcombine should promote this, and because it isn't, we are failing poolalloc tests 2003-11-13 19:05:15 +00:00
LevelRaise new testcase for problem causing 2003-10-12-GlobalVarInitializers failures 2003-11-29 05:19:15 +00:00
LICM Add a new testcase which breaks the sinker because the loop canonnicalization 2003-12-09 22:05:08 +00:00
LoopSimplify make the indvar obviously non-canonical 2003-10-13 03:31:42 +00:00
LowerSetJmp new testcase 2003-11-05 22:06:03 +00:00
LowerSwitch This was not a lower-switch bug, it was a preselection bug 2003-10-21 18:02:17 +00:00
Mem2Reg
ModuloSched
PiNodeInserter
PRE
ProfilePaths
PruneEH New testcase that breaks the pruneeh pass 2003-11-22 02:20:08 +00:00
RaiseAllocations New testcase that the raiseallocations pass should be able to handle. 2003-12-07 01:25:36 +00:00
Reassociate
ScalarRepl New testcase distilled from: 2003-10-29 16:24:10 +00:00
SCCP
SimplifyCFG
TailCallElim New testcase that is not actually handled yet, but should be in the future. 2003-12-09 16:26:42 +00:00
TailDup