[llvm] [LoongArch] Enable tail calls for sret and byval functions (PR #168506)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 01:47:19 PST 2025
================
@@ -32,10 +32,17 @@ class LoongArchMachineFunctionInfo : public MachineFunctionInfo {
/// Size of stack frame to save callee saved registers
unsigned CalleeSavedStackSize = 0;
+ /// ArgumentStackSize - amount of bytes on stack consumed by the arguments
----------------
SixWeining wrote:
Use same comment style as other class members by removing the prefix `ArgumentStackSize - `.
https://github.com/llvm/llvm-project/pull/168506
More information about the llvm-commits
mailing list