[PATCH] D61105: [MS] Emit S_HEAPALLOCSITE debug info in SelectionDAG
Amy Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 17:26:02 PDT 2019
akhuang updated this revision to Diff 211232.
akhuang added a comment.
Herald added a subscriber: ormris.
It seems there is now an SDNode map in SelectionDAG for CallSiteInfo.
I merged the HeapAllocSite map with the CallSiteInfo map so that we don't have
two maps that use SDNodes as keys.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61105/new/
https://reviews.llvm.org/D61105
Files:
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/label-heapallocsite.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61105.211232.patch
Type: text/x-patch
Size: 16090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190723/52ea25a2/attachment.bin>
More information about the llvm-commits
mailing list