[lldb] Make sure Blocks always have a parent (#117683)
[llvm-project.git] / llvm / test / CodeGen / SystemZ / subregliveness-03.ll
bloba8debd8f6470af8c45371b6317613ad3549ec526
1 ; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -systemz-subreg-liveness < %s | FileCheck %s
3 ; Check for successful compilation.
4 ; CHECK: aghi %r15, -160
6 target datalayout = "E-m:e-i1:8:16-i8:8:16-i64:64-f128:64-v128:64-a:8:16-n32:64"
7 target triple = "s390x-ibm-linux"
9 %0 = type { ptr, i32, i32 }
11 declare ptr @Perl_sv_grow(ptr, i64) #0
13 ; Function Attrs: nounwind
14 define signext i32 @Perl_yylex() #1 {
15 bb:
16   br label %bb1
18 bb1:                                              ; preds = %bb3, %bb
19   %tmp = phi ptr [ %tmp8, %bb3 ], [ undef, %bb ]
20   %tmp2 = icmp eq i8 undef, 0
21   br i1 %tmp2, label %bb9, label %bb3
23 bb3:                                              ; preds = %bb1
24   %tmp4 = ptrtoint ptr %tmp to i64
25   %tmp5 = sub i64 %tmp4, 0
26   %tmp6 = shl i64 %tmp5, 32
27   %tmp7 = ashr exact i64 %tmp6, 32
28   %tmp8 = getelementptr inbounds i8, ptr null, i64 %tmp7
29   br label %bb1
31 bb9:                                              ; preds = %bb1
32   br i1 undef, label %bb10, label %bb15
34 bb10:                                             ; preds = %bb9
35   %tmp11 = ptrtoint ptr %tmp to i64
36   %tmp12 = sub i64 %tmp11, 0
37   %tmp13 = call ptr @Perl_sv_grow(ptr nonnull undef, i64 undef) #2
38   %tmp14 = getelementptr inbounds i8, ptr %tmp13, i64 %tmp12
39   br label %bb15
41 bb15:                                             ; preds = %bb10, %bb9
42   %tmp16 = phi ptr [ %tmp14, %bb10 ], [ %tmp, %bb9 ]
43   %tmp17 = call ptr @Perl_uvuni_to_utf8(ptr %tmp16, i64 undef) #2
44   unreachable
47 declare ptr @Perl_uvuni_to_utf8(ptr, i64) #0
49 attributes #0 = { "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="z13" "target-features"="+transactional-execution,+vector" "unsafe-fp-math"="false" "use-soft-float"="false" }
50 attributes #1 = { nounwind "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="none" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="z13" "target-features"="+transactional-execution,+vector" "unsafe-fp-math"="false" "use-soft-float"="false" }
51 attributes #2 = { nounwind }