[PATCH] D141381: [codegen] Store address of indirect arguments on the stack
Felipe de Azevedo Piovezan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 25 12:48:51 PST 2023
fdeazeve added a comment.
https://reviews.llvm.org/D142160
Should address the incorrect handling of Mem2Reg, this is not the full picture though, as at the MIR level we handle these two differently:
DEBUG_VALUE .... !DIExpression () indirect // this what dbg.declare gets lowered to
DEBUG_VALUE .... !DIExpression (OP_deref) // this is what dbg.value + deref gets lowered to.
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