This is an archive of the discontinued LLVM Phabricator instance.

[MachinePipeliner] Add ORE for MachinePipeliner
ClosedPublic

Authored by jsji on May 4 2020, 2:43 PM.

Details

Summary

This patch adds ORE for MachinePipeliner, so that people can anaylyze
their code using opt-viewer or other tools, then optimize the code to
catch more piplining opportunities.

Diff Detail

Event Timeline

jsji created this revision.May 4 2020, 2:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2020, 2:43 PM
bcahoon accepted this revision.May 4 2020, 4:40 PM

This is a great addition. Thanks!

This revision is now accepted and ready to land.May 4 2020, 4:40 PM
This revision was automatically updated to reflect the committed changes.