brintos

brintos / llvm-project-archived public Read only

0
0
Text · 318 B · 1ee38e7 Raw
12 lines · plain
1; RUN: llc < %s -mtriple=sparc-unknown-linux-gnu | FileCheck %s2; RUN: llc < %s -mtriple=sparc64-unknown-linux-gnu | FileCheck %s3 4; Function Attrs: nounwind readnone5declare ptr @llvm.thread.pointer() #16 7define ptr @thread_pointer() {8; CHECK: mov %g7, %o09  %1 = tail call ptr @llvm.thread.pointer()10  ret ptr %111}12