brintos

brintos / llvm-project-archived public Read only

0
0
Text · 719 B · 88189f6 Raw
20 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 52; RUN: llc -mtriple=m68k < %s | FileCheck %s3 4@tls = internal thread_local global <{ [5 x i8], [1 x i8] }> <{ [5 x i8] zeroinitializer, [1 x i8] undef }>, align 45 6define i8 @tls_arid(ptr noundef nonnull %0) unnamed_addr #2 {7; CHECK-LABEL: tls_arid:8; CHECK:         .cfi_startproc9; CHECK-NEXT:  ; %bb.0: ; %start10; CHECK-NEXT:    suba.l #4, %sp11; CHECK-NEXT:    .cfi_def_cfa_offset -812; CHECK-NEXT:    jsr __m68k_read_tp13; CHECK-NEXT:    move.b (tls@TPOFF+4,%a0), %d014; CHECK-NEXT:    adda.l #4, %sp15; CHECK-NEXT:    rts16start:17  %1 = load i8, ptr getelementptr inbounds (i8, ptr @tls, i32 4), align 418  ret i8 %119}20