blob: 2830e973dee649894142425df7e04c9c556460e9 [file] [log] [blame]
Davide Italiano7ccd4612018-01-15 01:40:18 +00001; RUN: opt %s -aa-eval -disable-output 2>&1 | FileCheck %s
2
3; CHECK: 6 Total Alias Queries Performed
4; CHECK-NEXT: 6 no alias responses
5
6define void @patatino() {
7BB:
8 %G22 = getelementptr i1*, i1** undef, i8 -1
9 %B1 = mul i66 undef, 9223372036854775808
10 %G45 = getelementptr i1**, i1*** undef, i66 %B1
11 ret void
12}