[llvm] [AMDGPU] Remove duplicated/confusing helpers. NFCI (PR #142598)
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 06:26:34 PDT 2025
================
@@ -1343,6 +1340,10 @@ inline bool isKernel(CallingConv::ID CC) {
}
}
+/// Return true if we might ever do TCO for calls with this calling convention.
+bool mayTailCallThisCC(CallingConv::ID CC);
----------------
rovka wrote:
Yep, thanks.
https://github.com/llvm/llvm-project/pull/142598
More information about the llvm-commits
mailing list