Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / sdata-opaque-type.ll
blob64afefe467dc5914bdaf2827242d06221c65d83f
1 ; RUN: llc -march=hexagon -O2 < %s
2 ; REQUIRES: asserts
3 ; This should compile cleanly.
5 target triple = "hexagon"
7 %s.0 = type opaque
9 @g0 = external global %s.0
11 ; Function Attrs: nounwind
12 define ptr @f0() #0 {
13 b0:
14   ret ptr @g0
17 attributes #0 = { nounwind }