diff options
Diffstat (limited to 'test/CodeGen/X86/bitcast2.ll')
-rw-r--r-- | test/CodeGen/X86/bitcast2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/bitcast2.ll b/test/CodeGen/X86/bitcast2.ll index 48922b5..12aa863 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 |