Add support when combining call site metadata.
In such situation it creates a simple call site that has no description about call site parameters.
Authors: @asowda, @NikolaPrica, @djtodoro, @ivanbaev
Paths
| Differential D58039
[IR] Handle dbg call site through the middle-end pipeline AbandonedPublic Authored by djtodoro on Feb 11 2019, 3:33 AM.
Details
Summary Add support when combining call site metadata. In such situation it creates a simple call site that has no description about call site parameters. Authors: @asowda, @NikolaPrica, @djtodoro, @ivanbaev
Diff Detail Event Timelinedjtodoro added a parent revision: D58038: Emit DICallSite and DICallSiteParam metadata.Feb 11 2019, 3:34 AM djtodoro added a child revision: D58040: [ISel] Emit DBG CALLSITE/CALLSITEPARAM instrs.Feb 11 2019, 3:41 AM
Revision Contents
Diff 186220 include/llvm/IR/DIBuilder.h
include/llvm/IR/DebugInfoMetadata.h
lib/IR/DIBuilder.cpp
lib/IR/DebugInfoMetadata.cpp
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
lib/Transforms/Utils/Local.cpp
|