brintos

brintos / llvm-project-archived public Read only

0
0
Text · 326 B · 050190f Raw
13 lines · plain
1; RUN: opt -passes=mergefunc -disable-output < %s2; This used to cause a crash when compairing the GEPs3 4define void @foo(<2 x ptr>) {5  %tmp = getelementptr i64, <2 x ptr> %0, <2 x i64> <i64 0, i64 0>6  ret void7}8 9define void @bar(<2 x ptr>) {10  %tmp = getelementptr i64, <2 x ptr> %0, <2 x i64> <i64 0, i64 0>11  ret void12}13