mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 09:14:30 +00:00
Accept any stack offset, including none, here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254062 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2698ed29f
commit
3ae358fb22
@ -27,7 +27,7 @@
|
||||
|
||||
define void @fn1() {
|
||||
; CHECK-LABEL: fn1
|
||||
; CHECK: movb $0, -8(%rsp)
|
||||
; CHECK: movb $0, {{.*}}(%rsp)
|
||||
; CHECK: cmpq $8, %rax
|
||||
for.cond:
|
||||
br label %vector.body
|
||||
|
Loading…
x
Reference in New Issue
Block a user