[PATCH] D73954: [DebugInfo] Avoid the call site param for mem instructions with multiple defs
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 05:19:38 PST 2020
djtodoro created this revision.
djtodoro added reviewers: vsk, dstenb, aprantl.
djtodoro added a project: debug-info.
Herald added subscribers: llvm-commits, hiraditya, qcolombet.
Herald added a project: LLVM.
We currently only handle mem instructions with a single define.
Avoid the call site parameter debug info when we find the case with multiple defs, rather than throwing an assert.
https://reviews.llvm.org/D73954
Files:
llvm/lib/CodeGen/TargetInstrInfo.cpp
llvm/test/DebugInfo/MIR/X86/dbg-call-site-spilled-arg-multiple-defs.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73954.242297.patch
Type: text/x-patch
Size: 9008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200204/83ca2c30/attachment.bin>
More information about the llvm-commits
mailing list