[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Analysis / BasicAA / pr35821.ll
blobdbd21bdf58cc0b5f91215d8e7f8b34ad6d3a674c
1 ; RUN: opt %s -passes=aa-eval -disable-output -print-all-alias-modref-info 2>&1 | FileCheck %s
3 ; CHECK-LABEL: Function: patatino
4 ; CHECK: NoAlias: i1* %G26, i1** %G47
6 define void @patatino() {
7   %G26 = getelementptr i1, i1* undef, i1 undef
8   %B20 = shl i8 -128, 16
9   %G47 = getelementptr i1*, i1** undef, i8 %B20
10   load i1, i1* %G26
11   load i1*, i1** %G47
12   ret void