From cd03d21685a16c16ca2b5c693644bb2514c61a22 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 20 Apr 2006 17:44:51 +0000 Subject: [PATCH] Remove this target's reg tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27888 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SparcV9/2004-06-10-SpillNull.llx | 11 ----------- test/CodeGen/SparcV9/2004-08-22-CallNull.llx | 10 ---------- test/CodeGen/SparcV9/2004-12-13-MallocCrash.ll | 6 ------ test/CodeGen/SparcV9/2005-04-09-GEP-Crash.ll | 12 ------------ .../2005-05-11-DecomposeConstantExprCrash.ll | 16 ---------------- test/CodeGen/SparcV9/dg.exp | 3 --- 6 files changed, 58 deletions(-) delete mode 100644 test/CodeGen/SparcV9/2004-06-10-SpillNull.llx delete mode 100644 test/CodeGen/SparcV9/2004-08-22-CallNull.llx delete mode 100644 test/CodeGen/SparcV9/2004-12-13-MallocCrash.ll delete mode 100644 test/CodeGen/SparcV9/2005-04-09-GEP-Crash.ll delete mode 100644 test/CodeGen/SparcV9/2005-05-11-DecomposeConstantExprCrash.ll delete mode 100644 test/CodeGen/SparcV9/dg.exp diff --git a/test/CodeGen/SparcV9/2004-06-10-SpillNull.llx b/test/CodeGen/SparcV9/2004-06-10-SpillNull.llx deleted file mode 100644 index 5e194c27791..00000000000 --- a/test/CodeGen/SparcV9/2004-06-10-SpillNull.llx +++ /dev/null @@ -1,11 +0,0 @@ -; RUN: llvm-as < %s | llc -march=sparcv9 | not grep 'CPI' -; PR368 - make sure nulls are not spilled to constant pool - -implementation - -declare void %foobar (sbyte* %arg) - -void %caller () { - call void %foobar (sbyte* null) - ret void -} diff --git a/test/CodeGen/SparcV9/2004-08-22-CallNull.llx b/test/CodeGen/SparcV9/2004-08-22-CallNull.llx deleted file mode 100644 index 327b10705d0..00000000000 --- a/test/CodeGen/SparcV9/2004-08-22-CallNull.llx +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: llvm-as < %s | llc -march=sparcv9 -; PR428 - -implementation ; Functions: - -void %main() { -entry: - call void null( ) - ret void -} diff --git a/test/CodeGen/SparcV9/2004-12-13-MallocCrash.ll b/test/CodeGen/SparcV9/2004-12-13-MallocCrash.ll deleted file mode 100644 index b6ad2e78880..00000000000 --- a/test/CodeGen/SparcV9/2004-12-13-MallocCrash.ll +++ /dev/null @@ -1,6 +0,0 @@ -; RUN: llvm-as < %s | llc -march=sparcv9 - -void %main() { - %tmp.0.i2.i = malloc [24 x sbyte] - ret void -} diff --git a/test/CodeGen/SparcV9/2005-04-09-GEP-Crash.ll b/test/CodeGen/SparcV9/2005-04-09-GEP-Crash.ll deleted file mode 100644 index 07df721891c..00000000000 --- a/test/CodeGen/SparcV9/2005-04-09-GEP-Crash.ll +++ /dev/null @@ -1,12 +0,0 @@ -; RUN: llvm-as < %s | llc -march=sparcv9 - - -%x_ = external global { [2530944 x double], [2197000 x double], [2530944 x double], [4 x double], [4 x double], [7 x long], [7 x long] } - -implementation - -void %norm2u3_() { -entry: - %tmp.47 = getelementptr [2530944 x double]* cast (double* getelementptr ([2530944 x double]* getelementptr ({ [2530944 x double], [2197000 x double], [2530944 x double], [4 x double], [4 x double], [7 x long], [7 x long] }* %x_, long 0, uint 0), long 1, long 2197000) to [2530944 x double]*), long 0, long 0 - ret void -} diff --git a/test/CodeGen/SparcV9/2005-05-11-DecomposeConstantExprCrash.ll b/test/CodeGen/SparcV9/2005-05-11-DecomposeConstantExprCrash.ll deleted file mode 100644 index 8225213799a..00000000000 --- a/test/CodeGen/SparcV9/2005-05-11-DecomposeConstantExprCrash.ll +++ /dev/null @@ -1,16 +0,0 @@ -; ModuleID = 'bugpoint-reduced-simplified.bc' -; Reduced from the hash benchmark from the ShootOut C++ benchmark test -; -; RUN: llvm-as < %s | llc -march=sparcv9 - -target endian = big -target pointersize = 64 -%_ZN9__gnu_cxx16__stl_prime_listE = external global [28 x ulong] ; <[28 x ulong]*> [#uses=3] - -implementation ; Functions: - -fastcc void %_ZSt11lower_boundIPKmmET_S2_S2_RKT0_() { -entry: - %retval = select bool setgt (long shr (long sub (long cast (ulong* getelementptr ([28 x ulong]* %_ZN9__gnu_cxx16__stl_prime_listE, long 0, long 28) to long), long cast ([28 x ulong]* %_ZN9__gnu_cxx16__stl_prime_listE to long)), ubyte 3), long 0), ulong* null, ulong* getelementptr ([28 x ulong]* %_ZN9__gnu_cxx16__stl_prime_listE, long 0, long 0) ; [#uses=0] - ret void -} diff --git a/test/CodeGen/SparcV9/dg.exp b/test/CodeGen/SparcV9/dg.exp deleted file mode 100644 index 142de8a6c8f..00000000000 --- a/test/CodeGen/SparcV9/dg.exp +++ /dev/null @@ -1,3 +0,0 @@ -load_lib llvm-dg.exp - -llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext $llvmgcc_version