[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / global-const-gep.ll
blob1c163326847a5795cdebad960392cf8d0d02d7e4
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
11 ; CHECK-LABEL: g1:
12 ; CHECK: .word g0+26
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
16 ; CHECK-LABEL: g3:
17 ; CHECK: .word g2+10