reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
; RUN: llc < %s -mtriple=powerpc -mattr=+secure-plt -relocation-model=pic | FileCheck -check-prefix=SECURE-PLT-TLS %s

@a = thread_local local_unnamed_addr global i32 6, align 4
define i32 @main() local_unnamed_addr #0 {
entry:
  %0 = load i32, i32* @a, align 4
  ret i32 %0
}


!llvm.module.flags = !{!0}
!0 = !{i32 7, !"PIC Level", i32 1}

; SECURE-PLT-TLS:       mflr 30
; SECURE-PLT-TLS-NEXT:  addis 30, 30, _GLOBAL_OFFSET_TABLE_-.L0$pb@ha
; SECURE-PLT-TLS-NEXT:  addi 30, 30, _GLOBAL_OFFSET_TABLE_-.L0$pb@l
; SECURE-PLT-TLS:       addi 3, 30, a@got@tlsgd
; SECURE-PLT-TLS:       bl __tls_get_addr(a@tlsgd)@PLT{{$}}