mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
llvm/test/CodeGen/X86/zext-fold.ll: Relax an expression in stack offset.
llvm-svn: 147928
This commit is contained in:
parent
83fb05f0c7
commit
71c80e7fe7
@ -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