summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fp-trunc.ll
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2012-10-10 18:04:52 +0000
committerMichael Liao <michael.liao@intel.com>2012-10-10 18:04:52 +0000
commit4e2c56bdcbd034b59e7be4f479f3b31238c64bce (patch)
treeb4fa99d1b342c5aac352766869710e6330430fdb /test/CodeGen/X86/fp-trunc.ll
parent658a806b982011ceff0f02c044e2f33ea454bc49 (diff)
downloadllvm-4e2c56bdcbd034b59e7be4f479f3b31238c64bce.tar.gz
llvm-4e2c56bdcbd034b59e7be4f479f3b31238c64bce.tar.bz2
llvm-4e2c56bdcbd034b59e7be4f479f3b31238c64bce.tar.xz
Specify CPU model to avoid breaking ATOM builds
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165638 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fp-trunc.ll')
-rw-r--r--test/CodeGen/X86/fp-trunc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fp-trunc.ll b/test/CodeGen/X86/fp-trunc.ll
index 544fa537cc..25442fcadd 100644
--- a/test/CodeGen/X86/fp-trunc.ll
+++ b/test/CodeGen/X86/fp-trunc.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2,-avx | FileCheck %s
-; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck %s --check-prefix=AVX
+; RUN: llc < %s -march=x86 -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=core-avx-i | FileCheck %s --check-prefix=AVX
define <1 x float> @test1(<1 x double> %x) nounwind {
; CHECK: test1