[llvm] Xtensa] Implement windowed call ABI. (PR #130001)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 00:33:39 PST 2025
================
@@ -23,9 +23,15 @@
using namespace llvm;
+/* minimum frame = reg save area (4 words) plus static chain (1 word)
+ and the total number of words must be a multiple of 128 bits. */
+/* Width of a word, in units (bytes). */
----------------
arsenm wrote:
C++ style comments
https://github.com/llvm/llvm-project/pull/130001
More information about the llvm-commits
mailing list