[PATCH] D96938: [RFC] [Coroutine] [Debug] Insert dbg.declare to entry.resume to print alloca in the coroutine frame under O2
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 13:04:38 PDT 2021
aprantl added a comment.
I think it would better to keep the orginal, more descriptive name `ReuseFrameSlot` and explain in a comment that this is only true if optimizations are enabled. With that change, this is fine.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96938/new/
https://reviews.llvm.org/D96938
More information about the llvm-commits
mailing list