projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486fdaa
)
Make test independent of scheduling
author
Nico Rieck
<nico.rieck@gmail.com>
Sun, 12 Jan 2014 15:57:38 +0000
(15:57 +0000)
committer
Nico Rieck
<nico.rieck@gmail.com>
Sun, 12 Jan 2014 15:57:38 +0000
(15:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199055
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/i64-mem-copy.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/i64-mem-copy.ll
b/test/CodeGen/X86/i64-mem-copy.ll
index edab4e6d3f00d1714d9839e747282c1f537c824f..bf778968c89aad0b5bf2bac31f6e70de7f7112df 100644
(file)
--- a/
test/CodeGen/X86/i64-mem-copy.ll
+++ b/
test/CodeGen/X86/i64-mem-copy.ll
@@
-3,7
+3,7
@@
; X64: movq ({{%rsi|%rdx}}), %r
; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s -check-prefix=X32
-; X32: movsd (
%ecx
), %xmm
+; X32: movsd (
{{%ecx|%eax}}
), %xmm
; Uses movsd to load / store i64 values if sse2 is available.