summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bitcast2.ll
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2013-10-08 06:06:57 +0000
committerCraig Topper <craig.topper@gmail.com>2013-10-08 06:06:57 +0000
commitd8feb1f9a5efd6ddfbce411fa284a2ff3e8f9ee5 (patch)
treef0b8c51cc9ff1fb199c72af70d8dc5f446d6b13c /test/CodeGen/X86/bitcast2.ll
parentb9bc43852ceb74c845d28b96594e1ef4ae41329f (diff)
downloadllvm-d8feb1f9a5efd6ddfbce411fa284a2ff3e8f9ee5.tar.gz
llvm-d8feb1f9a5efd6ddfbce411fa284a2ff3e8f9ee5.tar.bz2
llvm-d8feb1f9a5efd6ddfbce411fa284a2ff3e8f9ee5.tar.xz
Explicitly disable AVX on a bunch of tests so they won't fail on AVX machines post r192171.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/bitcast2.ll')
-rw-r--r--test/CodeGen/X86/bitcast2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/bitcast2.ll b/test/CodeGen/X86/bitcast2.ll
index 48922b5f5a..12aa863a37 100644
--- a/test/CodeGen/X86/bitcast2.ll
+++ b/test/CodeGen/X86/bitcast2.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86-64 | grep movd | count 2
-; RUN: llc < %s -march=x86-64 | not grep rsp
+; RUN: llc < %s -march=x86-64 -mattr=-avx | grep movd | count 2
+; RUN: llc < %s -march=x86-64 -mattr=-avx | not grep rsp
define i64 @test1(double %A) {
%B = bitcast double %A to i64