[llvm-branch-commits] [llvm] [AMDGPU] Add SubtargetFeature for dynamic VGPR mode (PR #130030)

Diana Picus via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Mar 7 02:08:27 PST 2025


================
@@ -1239,6 +1239,12 @@ def FeatureXF32Insts : SubtargetFeature<"xf32-insts",
    "v_mfma_f32_16x16x8_xf32 and v_mfma_f32_32x32x4_xf32"
  >;
 
+def FeatureDynamicVGPR : SubtargetFeature <"dynamic-vgpr",
----------------
rovka wrote:

That's right, this is enabled from above the backend. 

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


More information about the llvm-branch-commits mailing list