Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SPARC / pic.ll
blob1670a93cc5d39f82b95d63a51b058e302ba92993
1 ; RUN: llc < %s -relocation-model=pic -mtriple=sparc | FileCheck %s
3 @value = external global i32
5 define i32 @test() nounwind {
6 ; CHECK:    ld [%i0+value], %i0
7 entry:
8   %0 = load i32, ptr @value
9   ret i32 %0
12 !llvm.module.flags = !{!0}
14 !0 = !{i32 7, !"PIC Level", i32 1}