brintos

brintos / llvm-project-archived public Read only

0
0
Text · 365 B · c8991f5 Raw
8 lines · plain
1; RUN: opt < %s -aa-pipeline=basic-aa -passes=aa-eval -disable-output 2>/dev/null2; Test for a bug in BasicAA which caused a crash when querying equality of P1&P23define void @test(ptr %A, i64 %X, i64 %Y) {4	%P1 = getelementptr {[2 x i32],[2 x i32]}, ptr %A, i64 0, i32 0, i64 %X5	%P2 = getelementptr {[2 x i32],[2 x i32]}, ptr %A, i64 0, i32 1, i64 %Y6	ret void7}8