[PATCH] D64114: AMDGPU: Add missing code for GDS
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 04:23:29 PDT 2019
nhaehnle marked 2 inline comments as done.
nhaehnle added inline comments.
================
Comment at: test/CodeGen/AMDGPU/amdgpu-alias-analysis.ll:56
+define void @test_region_vs_flat(i8 addrspace(2)* %p, i8 addrspace(0)* %p1) {
+ ret void
+}
----------------
arsenm wrote:
> Extra indentation for these
Fixing this before commit.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64114/new/
https://reviews.llvm.org/D64114
More information about the llvm-commits
mailing list