[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:57 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?
----------------
jwanggit86 wrote:

Removed.

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


More information about the llvm-commits mailing list