Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / store-imm-halword.ll
blob31701adf89142d6b134dd9d2c29c879fa90c9e63
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: memh{{.*}} = #-1
4 target triple = "hexagon"
6 ; Function Attrs: nounwind
7 define void @f0(ptr %a0) #0 {
8 b0:
9   store i16 -1, ptr %a0, align 2
10   ret void
13 attributes #0 = { nounwind }