[llvm] [AMDGPU] Replace dynamic VGPR feature with attribute (PR #133444)

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 25 04:47:11 PDT 2025


================
@@ -199,8 +199,12 @@ unsigned getMaxVGPRs(const TargetMachine &TM, const Function &F) {
   if (!TM.getTargetTriple().isAMDGCN())
     return 128;
 
+
----------------
rovka wrote:

```suggestion

```

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


More information about the llvm-commits mailing list