brintos

brintos / llvm-project-archived public Read only

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