[PATCH] D141381: [codegen] Store address of indirect arguments on the stack
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 08:38:13 PST 2023
probinson added a comment.
I should expand on my previous comment. Extending the lifetime of these variables by saving the pointers into local variables, that's fine; just make sure it's not conditional on -g. The only difference between -g and not -g should be metadata and dbg.* instructions.
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