Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / x86-64-pic-7.ll
blobef3a111e951cad286d736a2d99eb07f23ff69060
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic | FileCheck %s
4 define ptr @g() nounwind {
5 ; CHECK-LABEL: g:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    movq f@GOTPCREL(%rip), %rax
8 ; CHECK-NEXT:    retq
9 entry:
10         ret ptr @f
13 declare void @f()