16 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK-NOT: .lcomm g0,4,4,43 4target triple = "hexagon"5 6@g0 = internal global i32 0, align 47 8; Function Attrs: nounwind9define i32 @f0() #0 {10b0:11 %v0 = load i32, ptr @g0, align 412 ret i32 %v013}14 15attributes #0 = { nounwind }16