[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


================
@@ -2539,7 +2539,7 @@ bool isArgPassedInSGPR(const Argument *A) {
            A->hasAttribute(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