llvm/test/CodeGen/X86/anyregcc.ll: Add explicit -mtriple=x86_64-unknown-unknown.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 11 Jan 2014 09:23:44 +0000 (09:23 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 11 Jan 2014 09:23:44 +0000 (09:23 +0000)
XMM(s) are really spilling for targeting Win64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198999 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/anyregcc.ll

index a00b9c433f81f1c9989a20a2f0582fdb06562ef3..d0b6665b15629a3d169e9301988e5d9c76831ea5 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck %s
-; RUN: llc < %s -march=x86-64 -mcpu=corei7     | FileCheck --check-prefix=SSE %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7     | FileCheck --check-prefix=SSE %s
 ; RUN: llc < %s -march=x86-64 -mcpu=corei7-avx | FileCheck --check-prefix=AVX %s