1 ; RUN: llc -verify-machineinstrs -mtriple="powerpc64le-unknown-linux-gnu" -relocation-model=pic < %s | FileCheck %s
2 ; CHECK-LABEL: foo_test:
4 ; CHECK: __tls_get_addr
6 %struct1.2.41 = type { %struct2.0.39, %struct3.1.40, ptr }
7 %struct2.0.39 = type { i64, i32, i32, i32, i32 }
8 %struct3.1.40 = type { [160 x i8] }
10 @tls_var = external thread_local global ptr, align 8
12 define i32 @foo_test() {
13 %1 = load ptr, ptr @tls_var, align 8
15 %2 = getelementptr inbounds %struct1.2.41, ptr %1, i64 0, i32 0, i32 3
16 %3 = load i32, ptr %2, align 8
17 %4 = add nsw i32 %3, -1
18 %5 = icmp eq i32 %4, 0
19 br i1 %5, label %bb7, label %foo.exit
22 tail call void undef(ptr undef, ptr nonnull undef)
25 foo.exit: ; preds = %8, %3, %2, %0