[PATCH] D14511: Emit discriminator for inlined callsites.

Dehao Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 13:08:44 PST 2015


danielcdh created this revision.
danielcdh added reviewers: dnovillo, dblaikie.
danielcdh added a subscriber: llvm-commits.

Inlined callsites need to be emitted in debug info so that sample profile can be annotated to the correct inlined instance.

http://reviews.llvm.org/D14511

Files:
  include/llvm/Support/Dwarf.h
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  lib/Support/Dwarf.cpp
  test/DebugInfo/Generic/discriminator.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14511.39742.patch
Type: text/x-patch
Size: 5154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151109/80ad4784/attachment.bin>


More information about the llvm-commits mailing list