From 8d632c1e984c1d2810e0e78a73977fdb0b23e125 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 3 Aug 2009 05:21:05 +0000 Subject: Use movd instead of movq git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77956 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/mmx-bitcast-to-i64.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/mmx-bitcast-to-i64.ll') diff --git a/test/CodeGen/X86/mmx-bitcast-to-i64.ll b/test/CodeGen/X86/mmx-bitcast-to-i64.ll index 04c4dd0566..c6bb48927b 100644 --- a/test/CodeGen/X86/mmx-bitcast-to-i64.ll +++ b/test/CodeGen/X86/mmx-bitcast-to-i64.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 8 +; RUN: llvm-as < %s | llc -march=x86-64 | grep movd | count 4 define i64 @foo(<1 x i64>* %p) { %t = load <1 x i64>* %p -- cgit v1.2.3