This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Analysis: Display sched class for instructions.
ClosedPublic

Authored by courbet on May 15 2018, 8:27 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

courbet created this revision.May 15 2018, 8:27 AM
gchatelet requested changes to this revision.May 15 2018, 8:35 AM
gchatelet added inline comments.
tools/llvm-exegesis/lib/Analysis.cpp
70 ↗(On Diff #146841)

assert(Target);?

97 ↗(On Diff #146841)

A variable for Clustering_.getValidClusters() would help readability.

tools/llvm-exegesis/lib/Analysis.h
29 ↗(On Diff #146841)

Doc?

This revision now requires changes to proceed.May 15 2018, 8:35 AM
courbet updated this revision to Diff 147007.May 16 2018, 1:37 AM
courbet marked 3 inline comments as done.

address review comments.

gchatelet accepted this revision.May 16 2018, 1:41 AM
This revision is now accepted and ready to land.May 16 2018, 1:41 AM
This revision was automatically updated to reflect the committed changes.