llvm-6502/test
Chris Lattner 4c1984d9e8 testcase for recent dag combiner patch. Before the entry bb was:
_test:
        stwu r1, -80(r1)
        stw r1, 76(r1)
        mflr r11
        stw r11, 88(r1)
        rlwinm r2, r4, 0, 30, 31
        cmplwi cr7, r2, 2
        mfcr r2
        rlwinm r2, r2, 30, 31, 31
        cmplwi cr0, r2, 0
        bne cr0, LBB1_2 ;UnifiedReturnBlock

after it is:

_test:
        stwu r1, -80(r1)
        stw r1, 76(r1)
        mflr r11
        stw r11, 88(r1)
        rlwinm r2, r4, 0, 30, 31
        cmplwi cr0, r2, 2
        bgt cr0, LBB1_2 ;UnifiedReturnBlock


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30954 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-14 03:40:02 +00:00
..
Analysis New testcase for PR932 2006-10-03 07:00:13 +00:00
Archive
Assembler Add a test case for PR902. 2006-09-28 21:20:05 +00:00
BugPoint
Bytecode
C++Frontend Make sure C++ protection shows up in debug info 2006-09-27 16:55:19 +00:00
CFrontend Adjust this to the wonky syntax that GCC expects. 2006-09-29 17:34:56 +00:00
CodeGen testcase for recent dag combiner patch. Before the entry bb was: 2006-10-14 03:40:02 +00:00
Debugger
ExecutionEngine Don't test an example 2006-07-26 20:33:20 +00:00
Feature
lib
Linker
Other Adjust tests now that opt doesn't read .ll files. 2006-08-27 22:44:20 +00:00
Scripts
TableGen add test for mdef in a let 2006-10-11 18:12:14 +00:00
Transforms new testcase for PR892 2006-10-08 23:52:06 +00:00
Verifier
.cvsignore
Failure.sh
Makefile If dejagnu is not found, tell the user instead of bombing out with an 2006-08-01 00:07:58 +00:00
Makefile.tests
TestRunner.sh