[PATCH] D61105: [MS] Emit S_HEAPALLOCSITE debug info in SelectionDAG

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 13:10:35 PDT 2019


akhuang added a comment.

> Could you use an MDNodeSDNode here as an operand to the CALL?  (You can create one with SelectionDAG::getMDNode().)

I tried adding the MDNodeSDNode as an operand, but was running into cases where the MDNode operand disappears (such as when the function has parameters). Is there a good way to deal with this?


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