[PATCH] D29423: [AMDGPU] Account workgroup size in LDS occupancy limits
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 14:15:11 PST 2017
arsenm 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 {
----------------
rampitec wrote:
> 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?
Yes, that would be preferable
Repository:
rL LLVM
https://reviews.llvm.org/D29423
More information about the llvm-commits
mailing list