mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 09:14:30 +00:00
llvm/test/CodeGen/X86/zext-fold.ll: Relax an expression in stack offset.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147928 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29cc410e6d
commit
69b5df8bf6
@ -34,7 +34,7 @@ define void @test3(i8 %x) nounwind readnone {
|
||||
ret void
|
||||
}
|
||||
; CHECK: test3
|
||||
; CHECK: movzbl 16(%esp), [[REGISTER:%e[a-z]{2}]]
|
||||
; CHECK: movzbl {{[0-9]+}}(%esp), [[REGISTER:%e[a-z]{2}]]
|
||||
; CHECK-NEXT: movl [[REGISTER]], 4(%esp)
|
||||
; CHECK-NEXT: andl $224, [[REGISTER]]
|
||||
; CHECK-NEXT: movl [[REGISTER]], (%esp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user