Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / LoongArch / thread-pointer.ll
blob805709e61c541129908f8ef6cc741870e8762478
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s --mtriple=loongarch32 | FileCheck %s
3 ; RUN: llc < %s --mtriple=loongarch64 | FileCheck %s
5 declare ptr @llvm.thread.pointer()
7 define ptr @thread_pointer() nounwind {
8 ; CHECK-LABEL: thread_pointer:
9 ; CHECK:       # %bb.0:
10 ; CHECK-NEXT:    move $a0, $tp
11 ; CHECK-NEXT:    ret
12   %1 = tail call ptr @llvm.thread.pointer()
13   ret ptr %1