[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / lcomm.ll
blob558aadde7e1aa88d6379bd31aa5265a2f0c8bdbe
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK-NOT: .lcomm  g0,4,4,4
4 target triple = "hexagon"
6 @g0 = internal global i32 0, align 4
8 ; Function Attrs: nounwind
9 define i32 @f0() #0 {
10 b0:
11   %v0 = load i32, ptr @g0, align 4
12   ret i32 %v0
15 attributes #0 = { nounwind }