[PATCH] D58032: [Metadata] Introduce call site dbg info metadata

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 09:59:05 PST 2019


aprantl added a comment.

Thanks! I'd like to have a discussion whether encoding this in IR and threading it through the compiler or performing an late MIR analysis is the better approach before reviewing the implementation in detail. We can either do this here or on llvm-dev.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58032/new/

https://reviews.llvm.org/D58032





More information about the llvm-commits mailing list