[llvm] [coroutines] Use DILocation from new storage for hoisted dbg.declare (PR #75402)
Wei Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 15:42:44 PST 2023
apolloww wrote:
Reland #75104. It was reverted because after inlining, we could be hoisting variables from callee which causes mis-match of `DISubprogram`. Since it's difficult to maintain accurate debug info in optimized binary anyway, limit this to unoptimized case.
https://github.com/llvm/llvm-project/pull/75402
More information about the llvm-commits
mailing list