Previously it was added only to the BE. Differential Revision: https://reviews.llvm.org/D31323 llvm-svn: 298721
9 lines
230 B
LLVM
9 lines
230 B
LLVM
; RUN: opt -mtriple=amdgcn-- -O3 -aa-eval -print-all-alias-modref-info -disable-output < %s 2>&1 | FileCheck %s
|
|
|
|
; CHECK: NoAlias: i8 addrspace(1)* %p1, i8* %p
|
|
|
|
define void @test(i8* %p, i8 addrspace(1)* %p1) {
|
|
ret void
|
|
}
|
|
|