xref: /llvm-project/llvm/test/CodeGen/Hexagon/store-imm-byte.ll (revision 2208c97c1bec2512d4e47b6223db6d95a7037956)
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s
2; CHECK: memb{{.*}} = #-1
3
4target triple = "hexagon"
5
6; Function Attrs: nounwind
7define void @f0(ptr %a0) #0 {
8b0:
9  store i8 -1, ptr %a0, align 2
10  ret void
11}
12
13attributes #0 = { nounwind }
14