]> granicus.if.org Git - llvm/commit
[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)
commit502be66e5178073aaa16ae04388fa6984bded5f0
treee8f38a237130ab625472ec23f745500edb2afde9
parentabd28ded2082cf080176761d56c1fa846ebd734b
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369256 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/Hexagon/bundled-call-site-info.mir [new file with mode: 0644]