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

David Stuttard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 05:11:32 PDT 2022


dstuttard added a comment.

I wasn't sure whether Mesa would also have issues - I was going to follow that up, so thanks for the info.
I'll update as you suggest to !IsShader

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?


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