1; RUN: llc -march=hexagon < %s | FileCheck %s
2; CHECK: memb{{.*}} = #-1
3
4target triple = "hexagon"
5
6; Function Attrs: nounwind
7define void @f0(i8* %a0) #0 {
8b0:
9 store i8 -1, i8* %a0, align 2
10 ret void
11}
12
13attributes #0 = { nounwind }
14