[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Hexagon / store-widen-negv2.ll
blobe6b0483c1f6feee87cf4c4fbb387bdf9cd14bbb8
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK-LABEL: foo:
3 ; CHECK: memh(r0+#0){{.*}}={{.*}}#-2
4 ; Don't use memh(r0+#0)=##65534.
6 target datalayout = "e-m:e-p:32:32-i1:32-i64:64-a:0-v32:32-n16:32"
7 target triple = "hexagon"
9 ; Function Attrs: nounwind
10 define void @foo(ptr nocapture %s) #0 {
11 entry:
12   store i8 -2, ptr %s, align 2
13   %add.ptr = getelementptr inbounds i8, ptr %s, i32 1
14   store i8 -1, ptr %add.ptr, align 1
15   ret void
18 attributes #0 = { nounwind }