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

Marek Olšák via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 11:47:33 PDT 2016


mareko added a comment.

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.


https://reviews.llvm.org/D23688





More information about the llvm-commits mailing list