[PATCH] D40131: [AMDGPU] Update test r600.amdgpu-alias-analysis.ll
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 20 08:53:57 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL318660: [AMDGPU] Update test r600.amdgpu-alias-analysis.ll (authored by yaxunl).
Changed prior to commit:
https://reviews.llvm.org/D40131?vs=123183&id=123602#toc
Repository:
rL LLVM
https://reviews.llvm.org/D40131
Files:
llvm/trunk/test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll
Index: llvm/trunk/test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll
===================================================================
--- llvm/trunk/test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll
+++ llvm/trunk/test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll
@@ -1,7 +1,7 @@
-; RUN: opt -mtriple=r600-- -O3 -aa-eval -print-all-alias-modref-info -disable-output < %s 2>&1 | FileCheck %s
+; RUN: opt -mtriple=r600---amdgiz -O3 -aa-eval -print-all-alias-modref-info -disable-output < %s 2>&1 | FileCheck %s
-; CHECK: NoAlias: i8 addrspace(7)* %p1, i8* %p
+; CHECK: NoAlias: i8 addrspace(5)* %p, i8 addrspace(7)* %p1
-define amdgpu_kernel void @test(i8* %p, i8 addrspace(7)* %p1) {
+define amdgpu_kernel void @test(i8 addrspace(5)* %p, i8 addrspace(7)* %p1) {
ret void
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40131.123602.patch
Type: text/x-patch
Size: 787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171120/eca585c0/attachment.bin>
More information about the llvm-commits
mailing list