summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/call-site-info-output.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ISEL][X86] Tracking of registers that forward call argumentsDjordje Todorovic2019-06-271-0/+44
While lowering calls, collect info about registers that forward arguments into following function frame. We store such info into the MachineFunction of the call. This is used very late when dumping DWARF info about call site parameters. ([9/13] Introduce the debug entry values.) Co-authored-by: Ananth Sowda <asowda@cisco.com> Co-authored-by: Nikola Prica <nikola.prica@rt-rk.com> Co-authored-by: Ivan Baev <ibaev@cisco.com> Differential Revision: https://reviews.llvm.org/D60715 llvm-svn: 364516
OpenPOWER on IntegriCloud