[llvm] [AMDGPU] Support block load/store for CSR (PR #130013)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 11 22:08:20 PDT 2025


================
@@ -384,6 +384,20 @@ class PrologEpilogSGPRSaveRestoreInfo {
   SGPRSaveKind getKind() const { return Kind; }
 };
 
+constexpr unsigned FirstVGPRBlock = AMDGPU::
----------------
arsenm wrote:

Can you just do VGPR_1024RegClass.front() and .back()?

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


More information about the llvm-commits mailing list