[llvm] [AMDGPU] Simplify and document waitcnt handling on call and return (PR #172453)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 16 06:46:12 PST 2025
================
@@ -2128,6 +2125,14 @@ The AMDGPU backend supports the following calling conventions:
=============================== ==========================================================
+The following ABI conventions apply to all calling conventions that are used for
+callable functions (i.e. those that do not correspond to hardware entry points):
----------------
jayfoad wrote:
Done - how does that sound?
https://github.com/llvm/llvm-project/pull/172453
More information about the llvm-commits
mailing list