[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / llvm / test / CodeGen / SPARC / thread-pointer.ll
blob1ee38e7577d8374dbf50a8d8a51c2e80232440e8
1 ; RUN: llc < %s -mtriple=sparc-unknown-linux-gnu | FileCheck %s
2 ; RUN: llc < %s -mtriple=sparc64-unknown-linux-gnu | FileCheck %s
4 ; Function Attrs: nounwind readnone
5 declare ptr @llvm.thread.pointer() #1
7 define ptr @thread_pointer() {
8 ; CHECK: mov %g7, %o0
9   %1 = tail call ptr @llvm.thread.pointer()
10   ret ptr %1