[PATCH] D129566: AMDGPU: Turn off force init 16 input SGPRS for pal

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 07:17:19 PDT 2022


nhaehnle added a comment.

Thanks.

In D129566#3647912 <https://reviews.llvm.org/D129566#3647912>, @dstuttard wrote:

> As for the assert - pal shaders won't return anything useful for Info.getNumPreloadedSGPRs() so the assert would always fail. I assume (perhaps wrongly) that Mesa would be the same?

Okay, no big deal. I thought it would return the number of SGPR arguments (since those are preloaded, it would kind of make sense).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129566/new/

https://reviews.llvm.org/D129566



More information about the llvm-commits mailing list