llvm-project/llvm/test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll

8 lines
241 B
LLVM

; RUN: opt -mtriple=r600-- -O3 -aa-eval -print-all-alias-modref-info -disable-output < %s 2>&1 | FileCheck %s
; CHECK: NoAlias: i8 addrspace(7)* %p1, i8* %p
define amdgpu_kernel void @test(i8* %p, i8 addrspace(7)* %p1) {
ret void
}