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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 17:37:12 PDT 2019


efriedma added a comment.

It's getting dropped by isel?  Assuming it's still around when Select() is called, you might need to do a little work at that point to attach it to the ScheduleDAG node, I guess?


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