This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][DAG] Refactor dbg.value intrinsic lowering in SelectionDAGBuilder to method
ClosedPublic

Authored by jmorse on Feb 4 2019, 9:33 AM.

Details

Summary

This patch is a simple copy and paste of code from one place to another. There's no functional change. D57694 depends on it so I figure it's necessary to put up for review.

Depends on D57584, in that the function body will be slightly changed by that.

Diff Detail

Repository
rL LLVM

Event Timeline

jmorse created this revision.Feb 4 2019, 9:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2019, 9:33 AM
aprantl accepted this revision.Feb 4 2019, 9:52 AM
aprantl added inline comments.
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
686 ↗(On Diff #185074)

Can you perhaps even commit another NFC change that deletes all the redundant function from the doxygen comments in this directory?

This revision is now accepted and ready to land.Feb 4 2019, 9:52 AM
This revision was automatically updated to reflect the committed changes.