1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Test that global constant GEPs are calculated correctly
5 target triple = "hexagon-unknown--elf"
7 %s.0 = type { i32, i64, [100 x i8] }
9 @g0 = common global %s.0 zeroinitializer, align 8
10 @g1 = global ptr getelementptr inbounds (%s.0, ptr @g0, i32 0, i32 2, i32 10), align 4
14 @g2 = common global [100 x i8] zeroinitializer, align 8
15 @g3 = global ptr getelementptr inbounds ([100 x i8], ptr @g2, i32 0, i32 10), align 4