This is an archive of the discontinued LLVM Phabricator instance.

[TRE][DebugInfo] Preserve Debug Location in new branch instruction
ClosedPublic

Authored by gramanas on Aug 3 2018, 10:18 AM.

Details

Summary

https://bugs.llvm.org/show_bug.cgi?id=38179

The DL is the one from the call instruction.

There are two branch instructions created
so the new test covers them both.

Diff Detail

Repository
rL LLVM

Event Timeline

gramanas created this revision.Aug 3 2018, 10:18 AM
vsk accepted this revision.Aug 3 2018, 11:01 AM

Looks great, thanks!

This revision is now accepted and ready to land.Aug 3 2018, 11:01 AM
This revision was automatically updated to reflect the committed changes.