[DebugInfo] Allow bundled calls in the MIR's call site info
authorDavid Stenberg <david.stenberg@ericsson.com>
Mon, 19 Aug 2019 12:41:22 +0000 (12:41 +0000)
committerDavid Stenberg <david.stenberg@ericsson.com>
Mon, 19 Aug 2019 12:41:22 +0000 (12:41 +0000)
commit88df53e6eaf355271e90fa928df53ab6ea244a69
tree21cbe4e198bd8ce444d4a2353c5cafbe7e4a1257
parent0f9b5f86f1cd06c4a7fc9679d44f334796be653f
[DebugInfo] Allow bundled calls in the MIR's call site info

Summary:
Extend the MIR parser and writer so that the call site information can
refer to calls that are bundled.

Reviewers: aprantl, asowda, NikolaPrica, djtodoro, ivanbaev, vsk

Reviewed By: aprantl

Subscribers: arsenm, hiraditya, llvm-commits

Tags: #debug-info, #llvm

Differential Revision: https://reviews.llvm.org/D66145

llvm-svn: 369256
llvm/lib/CodeGen/MIRParser/MIRParser.cpp
llvm/lib/CodeGen/MIRPrinter.cpp
llvm/test/CodeGen/MIR/Hexagon/bundled-call-site-info.mir [new file with mode: 0644]