[llvm] [AMDGPU] Rework architected SGPRs implementation (PR #79001)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 03:09:45 PST 2024
================
@@ -143,6 +143,11 @@ struct AMDGPUFunctionArgInfo {
ArgDescriptor WorkGroupInfo;
ArgDescriptor PrivateSegmentWaveByteOffset;
+ // System TTMPs.
+ ArgDescriptor ArchitectedWorkGroupIDX;
----------------
jayfoad wrote:
OK. I started again from scratch: #79120
https://github.com/llvm/llvm-project/pull/79001
More information about the llvm-commits
mailing list