Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/AArch64/stackmap-liveness.ll @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children | 1172e4bd9c6f |
comparison
equal
deleted
inserted
replaced
96:6418606d0ead | 100:7d135dc70f03 |
---|---|
35 ; LiveOut Entry 1: SP | 35 ; LiveOut Entry 1: SP |
36 ; CHECK-NEXT: .short 31 | 36 ; CHECK-NEXT: .short 31 |
37 ; CHECK-NEXT: .byte 0 | 37 ; CHECK-NEXT: .byte 0 |
38 ; CHECK-NEXT: .byte 8 | 38 ; CHECK-NEXT: .byte 8 |
39 ; Align | 39 ; Align |
40 ; CHECK-NEXT: .align 3 | 40 ; CHECK-NEXT: .p2align 3 |
41 %1 = select i1 %c, i64 1, i64 2 | 41 %1 = select i1 %c, i64 1, i64 2 |
42 call anyregcc void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 1, i32 32, i8* null, i32 0) | 42 call anyregcc void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 1, i32 32, i8* null, i32 0) |
43 ret i64 %1 | 43 ret i64 %1 |
44 } | 44 } |
45 | 45 |