[llvm] [AMDGPU] Add inreg support for SGPR arguments (PR #67182)

Jun Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 14:20:44 PDT 2023


================
@@ -2539,7 +2539,7 @@ bool isArgPassedInSGPR(const Argument *A) {
            A->hasAttribute(Attribute::ByVal);
   default:
     // TODO: Should calls support inreg for SGPR inputs?
----------------
jwanggit86 wrote:

Removed.

https://github.com/llvm/llvm-project/pull/67182


More information about the llvm-commits mailing list