Revert r122955. It seems using movups to lower memcpy can cause massive regression...
[oota-llvm.git] / test / CodeGen / X86 / memset64-on-x86-32.ll
index 5a0e893e3b69242ba59b0c8a9c89cb756540c447..3f069b4a1aa82354dea8eead4f7d68ebe5682d47 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llc < %s -mtriple=i386-apple-darwin   -mcpu=nehalem | grep movups | count 5
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2   | 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
 
 define void @bork() nounwind {
 entry: