This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][LCSSA] Preserve debug location in lcssa phis
ClosedPublic

Authored by gramanas on Jul 30 2018, 1:29 PM.

Details

Summary

When inserting lcssa Phi Nodes in the exit block
mak sure to preserve the original instructions DL.

Diff Detail

Repository
rL LLVM

Event Timeline

gramanas created this revision.Jul 30 2018, 1:29 PM
vsk accepted this revision.Jul 30 2018, 3:54 PM

Thanks, LGTM.

This revision is now accepted and ready to land.Jul 30 2018, 3:54 PM
This revision was automatically updated to reflect the committed changes.