[llvm] [AMDGPU] Allocate i1 argument to SGPRs (PR #72461)

Jun Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 6 14:54:24 PDT 2024


================
@@ -407,6 +407,12 @@ class CallLowering {
       CallingConv::ID CallConv, bool IsVarArg,
       ArrayRef<Register> ThisReturnRegs = std::nullopt) const;
 
+  bool determineAndHandleAssignments(
----------------
jwanggit86 wrote:

Done. See commit [df3a52e](https://github.com/llvm/llvm-project/pull/72461/commits/df3a52e8f182b85b80d7037b2b68c394de267fd9)

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


More information about the llvm-commits mailing list