OSDN Git Service

Move x86 specific tests into test/CodeGen/X86.
authorDevang Patel <dpatel@apple.com>
Thu, 5 Aug 2010 20:25:37 +0000 (20:25 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 5 Aug 2010 20:25:37 +0000 (20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110372 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2010-01-18-DbgValue.ll [moved from test/DebugInfo/2010-01-18-DbgValue.ll with 94% similarity]
test/CodeGen/X86/2010-02-01-DbgValueCrash.ll [moved from test/DebugInfo/2010-02-01-DbgValueCrash.ll with 98% similarity]
test/CodeGen/X86/2010-05-25-DotDebugLoc.ll [moved from test/DebugInfo/2010-05-25-DotDebugLoc.ll with 99% similarity]
test/CodeGen/X86/2010-05-28-Crash.ll [moved from test/DebugInfo/2010-05-28-Crash.ll with 100% similarity]
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll [moved from test/DebugInfo/2010-06-01-DeadArg-DbgInfo.ll with 100% similarity]

similarity index 94%
rename from test/DebugInfo/2010-01-18-DbgValue.ll
rename to test/CodeGen/X86/2010-01-18-DbgValue.ll
index 001f853..207a1f7 100644 (file)
@@ -1,7 +1,4 @@
 ; RUN: llc -O0 < %s | FileCheck %s
-; ModuleID = 'try.c'
-target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32"
-target triple = "i386-apple-darwin9.8"
 ; Currently, dbg.declare generates a DEBUG_VALUE comment.  Eventually it will
 ; generate DWARF and this test will need to be modified or removed.
 
similarity index 98%
rename from test/DebugInfo/2010-02-01-DbgValueCrash.ll
rename to test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
index 70103e5..2113263 100644 (file)
@@ -1,6 +1,5 @@
 ; RUN: llc -O1 < %s
 ; ModuleID = 'pr6157.bc'
-target triple = "x86_64-unknown-linux-gnu"
 ; formerly crashed in SelectionDAGBuilder
 
 %tart.reflect.ComplexType = type { double, double }
similarity index 99%
rename from test/DebugInfo/2010-05-25-DotDebugLoc.ll
rename to test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
index 52e9484..4c477ee 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O2 < %s -mtriple=x86_64-apple-darwin | grep debug_loc12
+; RUN: llc -O2 < %s | grep debug_loc12
 ; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
 
 %0 = type { double }