mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user