[llvm] [AMDGPU] Add inreg support for SGPR arguments (PR #67182)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 6 08:28:25 PDT 2023
================
@@ -2566,7 +2566,7 @@ bool isArgPassedInSGPR(const CallBase *CB, unsigned ArgNo) {
CB->paramHasAttr(ArgNo, Attribute::ByVal);
default:
// TODO: Should calls support inreg for SGPR inputs?
----------------
arsenm wrote:
Remove addressed todo?
https://github.com/llvm/llvm-project/pull/67182
More information about the llvm-commits
mailing list