llvm-6502/test/CodeGen
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
..
Alpha new testcase, this should turn into zap 2006-10-11 05:10:19 +00:00
ARM add FNEGS and FNEGD 2006-10-13 17:37:35 +00:00
CBackend Update testcase with recent cbe change 2006-05-24 20:52:08 +00:00
Generic New testcase for a switch lowering bug. 2006-09-07 01:59:05 +00:00
IA64 Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
PowerPC testcase for recent dag combiner patch. Before the entry bb was: 2006-10-14 03:40:02 +00:00
SPARC Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
X86 new testcase 2006-10-12 20:56:15 +00:00
.cvsignore Tired of wading through cvs's list ? files that are generated when building 2006-03-23 23:41:57 +00:00