[llvm] [AMDGPU][MC] update USER_SGPR_COUNT bits for GFX1250 (PR #192579)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 09:23:32 PDT 2026
================
@@ -0,0 +1,15 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1250 < %s -o - | llvm-mc -triple=amdgcn-amd-amdhsa -mcpu=gfx1250 -filetype=obj -o - | llvm-readobj --notes -
+
----------------
arsenm wrote:
Can you add this to one of the existing user sgpr test files? I don't remember if we just ignore extras if there are too many
https://github.com/llvm/llvm-project/pull/192579
More information about the llvm-commits
mailing list