[llvm-readelf] - Report a warning when .hash section contains a chain with a cycle.
[llvm-complete.git] / test / tools / llvm-diff / constantvector.ll
blob96bb304eccfea6f1aedeca131b84576319cc7cfd
1 ; Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=33623
2 ; RUN: llvm-diff %s %s
4 %struct.it = type { i64, i64* }
6 @a_vector = internal global [2 x i64] zeroinitializer, align 16
8 define i32 @foo(%struct.it* %it) {
10 entry:
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
15   ret i32 0