[PATCH] D58036: [IR] Add emitters for DICallSite and DICallSiteParam metadata

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 09:57:42 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/D58036/new/

https://reviews.llvm.org/D58036





More information about the llvm-commits mailing list