[llvm] [AMDGPU] Ignore inactive VGPRs in .vgpr_count (PR #149052)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 1 03:57:29 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:
When you do reordering and reparenting, graphite is trying to create temporary branch names that don't respect the users/username prefix rule
https://github.com/llvm/llvm-project/pull/149052
More information about the llvm-commits
mailing list