[PATCH] D61105: [MS] Emit S_HEAPALLOCSITE debug info in SelectionDAG
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 14:20:12 PDT 2019
rnk added a comment.
After discussing this for the last few days, I realize that we're skating on the thin ice that the X86ISD::CALL SDNode doesn't get replaced, but I'm OK relying on that for this feature. In the worst case, some debug info is dropped and we'll have to come back and investigate it later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61105/new/
https://reviews.llvm.org/D61105
More information about the llvm-commits
mailing list