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