Fix broken x86_64 tests which specify non-64-bit cpu's.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 8 Jul 2011 22:29:33 +0000 (22:29 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 8 Jul 2011 22:29:33 +0000 (22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134756 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll
test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
test/CodeGen/X86/sse3.ll

index be7d94c4f291499827ec86ba63ff4483e80c500d..e96da94f5a3ae1f70fecfb9b3d546a4192b7b0d7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=i486
+; RUN: llc < %s -mcpu=core2
 ; PR7375
 ;
 ; This function contains a block (while.cond) with a lonely RFP use that is
index 07b1971218c308ada3c24425f62c182a8d135274..c6f4b497af103eca92ca8da981362545b3a80e03 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=yonah | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | FileCheck %s
 ; Reduced from JavaScriptCore
 
 %"class.JSC::CodeLocationCall" = type { [8 x i8] }
index 6658329b92ae3f6013573fc1552f16d3007d0e08..8b3a317ffb78c0dea4d5637225e3f07dedacca77 100644 (file)
@@ -1,6 +1,6 @@
-; These are tests for SSE3 codegen.  Yonah has SSE3 and earlier but not SSSE3+.
+; These are tests for SSE3 codegen.
 
-; RUN: llc < %s -march=x86-64 -mcpu=yonah -mtriple=i686-apple-darwin9 -O3 \
+; RUN: llc < %s -march=x86-64 -mcpu=nocona -mtriple=i686-apple-darwin9 -O3 \
 ; RUN:              | FileCheck %s --check-prefix=X64
 
 ; Test for v8xi16 lowering where we extract the first element of the vector and