Use movups to lower memcpy and memset even if it's not fast (like corei7).
[oota-llvm.git] / test / CodeGen / X86 / memset64-on-x86-32.ll
index 3f069b4a1aa82354dea8eead4f7d68ebe5682d47..5a0e893e3b69242ba59b0c8a9c89cb756540c447 100644 (file)
@@ -1,6 +1,5 @@
 ; RUN: llc < %s -mtriple=i386-apple-darwin   -mcpu=nehalem | grep movups | count 5
-; RUN: llc < %s -mtriple=i386-apple-darwin   -mcpu=core2   | grep movl   | count 20
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2   | grep movq   | count 10
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2   | grep movups   | count 5
 
 define void @bork() nounwind {
 entry: