Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Analysis / BasicAA / unreachable-block.ll
blobe59a16b0b79e6cda6343c5069aae16e4f74ecb39
1 ; RUN: opt -aa-pipeline=basic-aa -passes=aa-eval -disable-output < %s > /dev/null 2>&1
3 ; BasicAA shouldn't infinitely recurse on the use-def cycles in
4 ; unreachable code.
6 define void @func_2() nounwind {
7 entry:
8   unreachable
10 bb:
11   %t = select i1 undef, ptr %t, ptr undef
12   %p = select i1 undef, ptr %p, ptr %p
13   %q = select i1 undef, ptr undef, ptr %p
14   unreachable