[PATCH] D115138: [llvm-mca] Compare multiple files
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 6 02:41:28 PST 2021
djtodoro added inline comments.
================
Comment at: llvm/tools/llvm-mca/Views/SummaryView.cpp:114
+void SummaryView::getSummaryViewParameters(
+ unsigned &Instructions, unsigned &Iterations, unsigned &TotalCycles,
+ unsigned &DispatchWidth, unsigned &TotalUOps, double &IPC,
----------------
is there another way we can get this info? I don't like these uints passed by ref here...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115138/new/
https://reviews.llvm.org/D115138
More information about the llvm-commits
mailing list