This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Dump debug locs in SDNodes
ClosedPublic

Authored by vsk on Apr 20 2018, 6:16 PM.

Details

Summary

This helps debug issues where SelectionDAG assigns the wrong location
to an instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

vsk created this revision.Apr 20 2018, 6:16 PM
vsk updated this revision to Diff 143424.Apr 20 2018, 6:32 PM
  • Add a test.
thegameg accepted this revision.Apr 21 2018, 12:56 AM

LGTM, thanks!

This revision is now accepted and ready to land.Apr 21 2018, 12:56 AM
This revision was automatically updated to reflect the committed changes.