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

Shilei Tian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 6 15:47:23 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",
----------------
shiltian wrote:

Where is this target feature enabled?

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


More information about the llvm-branch-commits mailing list