[PATCH] D141381: [codegen] Store address of indirect arguments on the stack

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 14:13:54 PST 2023


rjmccall added a comment.

That's about what I would expect.  One or two extra instructions per argument that are trivially removed in debug builds.

I don't really see a need to post about this on Discourse, but it might be worth a release note.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141381



More information about the cfe-commits mailing list