brintos

brintos / llvm-project-archived public Read only

0
0
Text · 281 B · 429f8c3 Raw
7 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 %mask_bits) {4	%P2 = getelementptr [17 x i16], ptr %mask_bits, i64 252645134, i64 05	ret void6}7