================
@@ -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