14 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK: memb{{.*}} = #-13 4target triple = "hexagon"5 6; Function Attrs: nounwind7define void @f0(ptr %a0) #0 {8b0:9 store i8 -1, ptr %a0, align 210 ret void11}12 13attributes #0 = { nounwind }14