[PATCH] D49329: [llvm-mca] Turn InstructionTables into a Stage.
Matt Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 13 22:38:28 PDT 2018
mattd added inline comments.
================
Comment at: tools/llvm-mca/llvm-mca.cpp:507
+ P->run();
+ OrigPtr->printReport(TOF->os());
continue;
----------------
mattd wrote:
> A follow on patch will clean this printReport up.
It doesn't look like the follow-on patch will clean this line up.
https://reviews.llvm.org/D49329
More information about the llvm-commits
mailing list