Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / hello-world-v55.ll
blob3224d8cd9f0c1427532b2e4be6a8cd3f3163f2cb
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: call puts
4 @g0 = private unnamed_addr constant [13 x i8] c"Hello World!\00"
6 ; Function Attrs: nounwind
7 define i32 @f0() #0 {
8 b0:
9   %v0 = tail call i32 @puts(ptr @g0)
10   ret i32 0
13 ; Function Attrs: nounwind
14 declare i32 @puts(ptr nocapture) #0
16 attributes #0 = { nounwind "target-cpu"="hexagonv55" }