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