llvm-6502/test/Transforms/LICM
Tanya Lattner 7526eed382 Added LICM test cases to:
1) Check that trapping instructionns that are not guaranteed to execute are not hoisted.
2) Check that trapping instructions that are guaranteed to execute are hoisted.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7613 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-05 18:52:42 +00:00
..
2003-02-26-LoopExitNotDominated.ll New testcase crashing LICM 2003-02-26 23:16:44 +00:00
2003-02-27-NestedLoopExitBlocks.ll New test 2003-02-28 02:55:26 +00:00
2003-02-27-PreheaderExitNodeUpdate.ll New testcase 2003-02-27 22:34:31 +00:00
2003-02-27-PreheaderProblem.ll Remove explicit control flow through the use of the 'not' script 2003-06-28 23:23:34 +00:00
2003-02-27-StoreSinkPHIs.ll New testcase 2003-02-27 21:59:31 +00:00
2003-02-28-PromoteDifferentType.ll Fix testcase 2003-02-28 19:21:27 +00:00
2003-05-02-LoadHoist.ll Updated the name of the LLVM disassembler so that the test does not fail. 2003-07-01 20:31:45 +00:00
2003-08-04-TrappingInstHoist.ll Added LICM test cases to: 2003-08-05 18:52:42 +00:00
2003-08-04-TrappingInstOkHoist.ll Added LICM test cases to: 2003-08-05 18:52:42 +00:00
basictest.ll A basic test that LICM is working 2002-05-10 22:27:49 +00:00
Makefile run LICM tests 2002-05-10 22:21:25 +00:00
no-preheader-test.ll Add testcase for when there is no loop header 2002-05-10 22:43:26 +00:00
scalar_promote.ll New testcase for scalar promotion 2003-02-24 03:52:04 +00:00