[llvm] [AMDGPU] Rework architected SGPRs implementation (PR #79001)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 09:05:25 PST 2024


================
@@ -16,8 +16,8 @@ define amdgpu_ps i32 @test_ps() #1 {
 }
 
 ; GCN-LABEL: {{^}}test_cs:
-; GCN: s_mov_b64 s[4:5], s[0:1]
-; GCN: buffer_store_dword v{{[0-9]+}}, off, s[4:7], 0 offset:4
+; GCN: s_mov_b64 s[8:9], s[0:1]
+; GCN: buffer_store_dword v{{[0-9]+}}, off, s[8:11], 0 offset:4
----------------
jayfoad wrote:

No, I guess I've broken something.

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


More information about the llvm-commits mailing list