This allows clobbering a few extra registers in the fixed ABI, and
avoids some workitem ID packing instructions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Not qualified to look at the ISel and other AMDGPU parts, one comment though.
llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp | ||
---|---|---|
805 | Can we merge inputregs and impliciAttrNames into one array of structs so there is a proper one to one mapping, this is very implicit and harder to understand. |
Can we merge inputregs and impliciAttrNames into one array of structs so there is a proper one to one mapping, this is very implicit and harder to understand.