This is an archive of the discontinued LLVM Phabricator instance.

Ignore PhiNodes when mapping sample profile data
ClosedPublic

Authored by david2050 on Nov 29 2018, 4:52 PM.

Details

Summary

Like branch instructions, phi nodes frequently do not have debug information related to the block they are in and so they should be ignored.

Diff Detail

Repository
rL LLVM

Event Timeline

david2050 created this revision.Nov 29 2018, 4:52 PM
wmi accepted this revision.Jan 14 2019, 10:19 AM

LGTM.

This revision is now accepted and ready to land.Jan 14 2019, 10:19 AM
This revision was automatically updated to reflect the committed changes.