[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / AMDGPU / r600.amdgpu-alias-analysis.ll
blob9199e9b8414de50d76a568ed1f90c7e7f7b25345
1 ; RUN: opt -mtriple=r600-- -O3 -aa-eval -print-all-alias-modref-info -disable-output < %s 2>&1 | FileCheck %s
3 ; CHECK: MayAlias: i8 addrspace(5)* %p, i8 addrspace(999)* %p1
4 define amdgpu_kernel void @test(i8 addrspace(5)* %p, i8 addrspace(999)* %p1) {
5   ret void