[PATCH] D156853: [AMDGPU] Add IR lowering changes for preloaded kernargs

Brendon Cahoon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 07:58:02 PDT 2023


bcahoon accepted this revision.
bcahoon added a comment.
This revision is now accepted and ready to land.

LGTM. The part I'm wondering about is in tryAllocPreloadSGPRs, the part about multiple arguments in the same SGPR. I think there is code in https://reviews.llvm.org/D158579 that handles this case as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156853



More information about the llvm-commits mailing list