[PATCH] D29423: [AMDGPU] Account workgroup size in LDS occupancy limits
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 14:13:42 PST 2017
rampitec added inline comments.
================
Comment at: test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll:71
; CHECK-LABEL: @occupancy_0(
-; CHECK: alloca [5 x i32]
+; CI: alloca [5 x i32]
define void @occupancy_0(i32 addrspace(1)* nocapture %out, i32 addrspace(1)* nocapture %in) #3 {
----------------
arsenm wrote:
> Can you add the check for the other case too
Other checks will be CHECK-NOT, SI doe snot have enough LDS for promotion to happen. Do you want me ass SI-NOT?
Repository:
rL LLVM
https://reviews.llvm.org/D29423
More information about the llvm-commits
mailing list