[llvm] AMDGPU gfx12: Add _dvgpr$ symbols for dynamic VGPRs (PR #148251)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 13 23:38:08 PDT 2025


================
@@ -0,0 +1,12 @@
+; Test generation of _dvgpr$ symbol for an amdgpu_cs_chain function with +dynamic-vgpr.
+
+; RUN: llc -mtriple=amdgcn-amd-amdpal -mcpu=gfx1200 -asm-verbose=0 < %s | FileCheck -check-prefixes=DVGPR %s
----------------
arsenm wrote:

Generating checks will not be useful here, that only works for instructions in the function body 

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


More information about the llvm-commits mailing list