This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Avoid the call site param for mem instructions with multiple defs
ClosedPublic

Authored by djtodoro on Feb 4 2020, 5:11 AM.

Details

Summary

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.

Diff Detail

Event Timeline

djtodoro created this revision.Feb 4 2020, 5:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2020, 5:11 AM
aprantl accepted this revision.Feb 4 2020, 10:27 AM
This revision is now accepted and ready to land.Feb 4 2020, 10:27 AM
vsk accepted this revision.Feb 4 2020, 10:35 AM
This revision was automatically updated to reflect the committed changes.