[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Transforms / GlobalOpt / large-element-size.ll
blob1c0915213808400d78c96a2b6775a26832c8802f
1 ; RUN: opt -S -passes=globalopt < %s | FileCheck %s
3 target datalayout = "p:32:32"
5 %struct.s.2 = type { %struct.t.1, %struct.t.1, %struct.t.1, %struct.u.0, %struct.u.0 }
6 %struct.t.1 = type { %struct.u.0, %struct.u.0, %struct.u.0, %struct.u.0, i32, i32, i32, i32 }
7 %struct.u.0 = type { i32, i32, i32, i8 }
9 @s = external global [700 x [24000 x %struct.s.2]], align 1
10 @p = global %struct.s.2* bitcast (i8* getelementptr (i8, i8* bitcast ([700 x [24000 x %struct.s.2]]* @s to i8*), i64 2247483647) to %struct.s.2*), align 1
12 ; CHECK: @p = local_unnamed_addr global %struct.s.2* bitcast (i8* getelementptr (i8, i8* bitcast ([700 x [24000 x %struct.s.2]]* @s to i8*), i32 -2047483649) to %struct.s.2*), align 1