diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/stackmap-liveness.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/stackmap-liveness.ll | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/X86/stackmap-liveness.ll b/llvm/test/CodeGen/X86/stackmap-liveness.ll index 599b6265abf..d2dd263a617 100644 --- a/llvm/test/CodeGen/X86/stackmap-liveness.ll +++ b/llvm/test/CodeGen/X86/stackmap-liveness.ll @@ -34,7 +34,7 @@ entry: ; Num LiveOut Entries: 0 ; CHECK-NEXT: .short 0 ; Align -; CHECK-NEXT: .align 3 +; CHECK-NEXT: .p2align 3 ; StackMap 1 (patchpoint liveness information enabled) ; PATCH-LABEL: .long L{{.*}}-_stackmap_liveness @@ -49,7 +49,7 @@ entry: ; PATCH-NEXT: .byte 0 ; PATCH-NEXT: .byte 16 ; Align -; PATCH-NEXT: .align 3 +; PATCH-NEXT: .p2align 3 call anyregcc void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 1, i32 12, i8* null, i32 0) %a2 = call i64 asm sideeffect "", "={r8}"() nounwind %a3 = call i8 asm sideeffect "", "={ah}"() nounwind @@ -65,7 +65,7 @@ entry: ; Num LiveOut Entries: 0 ; CHECK-NEXT: .short 0 ; Align -; CHECK-NEXT: .align 3 +; CHECK-NEXT: .p2align 3 ; StackMap 2 (patchpoint liveness information enabled) ; PATCH-LABEL: .long L{{.*}}-_stackmap_liveness @@ -96,7 +96,7 @@ entry: ; PATCH-NEXT: .byte 0 ; PATCH-NEXT: .byte 16 ; Align -; PATCH-NEXT: .align 3 +; PATCH-NEXT: .p2align 3 call anyregcc void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 2, i32 12, i8* null, i32 0) call void asm sideeffect "", "{r8},{ah},{ymm0},{ymm1}"(i64 %a2, i8 %a3, <4 x double> %a4, <4 x double> %a5) nounwind @@ -109,7 +109,7 @@ entry: ; Num LiveOut Entries: 0 ; CHECK-NEXT: .short 0 ; Align -; CHECK-NEXT: .align 3 +; CHECK-NEXT: .p2align 3 ; StackMap 3 (patchpoint liveness information enabled) ; PATCH-LABEL: .long L{{.*}}-_stackmap_liveness @@ -128,7 +128,7 @@ entry: ; PATCH-NEXT: .byte 0 ; PATCH-NEXT: .byte 16 ; Align -; PATCH-NEXT: .align 3 +; PATCH-NEXT: .p2align 3 call anyregcc void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 3, i32 12, i8* null, i32 0) call void asm sideeffect "", "{xmm2}"(<2 x double> %a1) nounwind ret void @@ -146,7 +146,7 @@ entry: ; Num LiveOut Entries: 0 ; PATCH-NEXT: .short 0 ; Align -; PATCH-NEXT: .align 3 +; PATCH-NEXT: .p2align 3 ; StackMap 5 (patchpoint liveness information enabled) ; PATCH-LABEL: .long L{{.*}}-_mixed_liveness @@ -165,7 +165,7 @@ entry: ; PATCH-NEXT: .byte 0 ; PATCH-NEXT: .byte 16 ; Align -; PATCH-NEXT: .align 3 +; PATCH-NEXT: .p2align 3 call void (i64, i32, ...) @llvm.experimental.stackmap(i64 4, i32 5) call anyregcc void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 5, i32 0, i8* null, i32 0) call void asm sideeffect "", "{xmm2}"(<2 x double> %a1) nounwind |