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:
c4952bf
)
Fix test by matching movaps instead of AVX-only vmovaps
author
Peter Collingbourne
<peter@pcc.me.uk>
Fri, 22 Feb 2013 19:53:30 +0000
(19:53 +0000)
committer
Peter Collingbourne
<peter@pcc.me.uk>
Fri, 22 Feb 2013 19:53:30 +0000
(19:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175914
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/coldcc64.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/coldcc64.ll
b/test/CodeGen/X86/coldcc64.ll
index 0474f008a3a33bc12e0579e934ebcdf52ecfbb14..4db56bbaea2dcaaca5610336b90b5b98d6749efd 100644
(file)
--- a/
test/CodeGen/X86/coldcc64.ll
+++ b/
test/CodeGen/X86/coldcc64.ll
@@
-17,8
+17,8
@@
define coldcc void @foo() {
; CHECK: pushq %rdx
; CHECK: pushq %rcx
; CHECK: pushq %rbx
-; CHECK:
v
movaps %xmm15
-; CHECK:
v
movaps %xmm0
+; CHECK: movaps %xmm15
+; CHECK: movaps %xmm0
call void asm sideeffect "", "~{xmm15},~{xmm0},~{rbp},~{r15},~{r14},~{r13},~{r12},~{r11},~{r10},~{r9},~{r8},~{rdi},~{rsi},~{rdx},~{rcx},~{rbx}"()
ret void
}