mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
Fix test by matching movaps instead of AVX-only vmovaps
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4952bfc31
commit
2de6d3b20f
@ -17,8 +17,8 @@ define coldcc void @foo() {
|
||||
; CHECK: pushq %rdx
|
||||
; CHECK: pushq %rcx
|
||||
; CHECK: pushq %rbx
|
||||
; CHECK: vmovaps %xmm15
|
||||
; CHECK: vmovaps %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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user