[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / Hexagon / store-imm-byte.ll
blob8958ce28e3c591ee737e467a69e0888b5f91c905
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: memb{{.*}} = #-1
4 target triple = "hexagon"
6 ; Function Attrs: nounwind
7 define void @f0(i8* %a0) #0 {
8 b0:
9   store i8 -1, i8* %a0, align 2
10   ret void
13 attributes #0 = { nounwind }