[PATCH] D23688: AMDGPU/SI: Implement a custom MachineSchedStrategy

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 11:49:54 PDT 2016


arsenm added a comment.

In https://reviews.llvm.org/D23688#525484, @mareko wrote:

> For shader type = VS, please don't take the LDS size into account. The LDS size is unknown at compile time and it's almost always much less than what's declared.


This is only accounting for the known static LDS, there's no reason to special case this


https://reviews.llvm.org/D23688





More information about the llvm-commits mailing list