1 ; Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=33623
4 %struct.it = type { i64, i64* }
6 @a_vector = internal global [2 x i64] zeroinitializer, align 16
8 define i32 @foo(%struct.it* %it) {
11 %a = getelementptr inbounds %struct.it, %struct.it* %it, i64 0, i32 1
12 %tmp0 = bitcast i64** %a to <2 x i64*>*
13 store <2 x i64*> <i64* getelementptr inbounds ([2 x i64], [2 x i64]* @a_vector, i64 0, i64 0), i64* getelementptr inbounds ([2 x i64], [2 x i64]* @a_vector, i64 0, i64 0)>, <2 x i64*>* %tmp0, align 8