[PATCH] D63556: [llvm-mca][docs] clarify how the quality of the perf report is affected by the quality of the scheduling models.
Matt Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 08:38:23 PDT 2019
mattd added inline comments.
================
Comment at: docs/CommandGuide/llvm-mca.rst:46
+By design, the quality of the analysis conducted by :program:`llvm-mca` is
+inevitably affected by the quality of the models in LLVM.
+
----------------
This reads nicely, but I suggest adding "scheduling" to be clearer about what models. "[...] is inevitably affected by the quality of the scheduling models in LLVM."
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63556/new/
https://reviews.llvm.org/D63556
More information about the llvm-commits
mailing list