[llvm-branch-commits] [llvm] [AMDGPU] Ignore inactive VGPRs in .vgpr_count (PR #149052)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 16 03:17:07 PDT 2025
================
@@ -1367,6 +1367,28 @@ constexpr bool isEntryFunctionCC(CallingConv::ID CC) {
}
}
+// Shaders that are entry functions need to count input arguments even if
----------------
arsenm wrote:
I still think we should just do this for all entry points and not special case the graphics shaders
https://github.com/llvm/llvm-project/pull/149052
More information about the llvm-branch-commits
mailing list