[llvm] [AMDGPU] Ignore inactive VGPRs in .vgpr_count (PR #149052)

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 01:58:19 PDT 2025


================
@@ -1367,6 +1367,28 @@ constexpr bool isEntryFunctionCC(CallingConv::ID CC) {
   }
 }
 
+// Shaders that are entry functions need to count input arguments even if
----------------
rovka wrote:

That's really weird though, because I had configured a branch prefix in `gt config`... I guess it doesn't (always?) work. Anyway, I did a force push in the end. Sorry about the barbarism v0v

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


More information about the llvm-commits mailing list