[PATCH] D149575: [CodeGen] Support allocating of arguments by decreasing offsets

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 09:18:11 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/CallingConvLower.h:177-178
   LLVMContext &Context;
+  // True if arguments should be allocated at negative offsets.
+  bool NegativeOffsets;
 
----------------
Is this really any different from StackGrowsUp/Down?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149575/new/

https://reviews.llvm.org/D149575



More information about the llvm-commits mailing list