[llvm] [WIP][AMDGPU] Improve the handling of `inreg` arguments (PR #133614)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 29 21:14:14 PDT 2025
================
@@ -2841,6 +2841,86 @@ void SITargetLowering::insertCopiesSplitCSR(
}
}
+class InregVPGRSpiller {
----------------
shiltian wrote:
Need document here.
https://github.com/llvm/llvm-project/pull/133614
More information about the llvm-commits
mailing list