[PATCH] D43951: [RFC] llvm-mca: a static performance analysis tool.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 08:38:46 PST 2018


RKSimon added inline comments.


================
Comment at: docs/CommandGuide/llvm-mca.rst:16
+
+Performance is measured in terms of throughputas well as processor resource
+consumption. The tool currently works for processors with an out-of-order
----------------
throughput as


================
Comment at: docs/CommandGuide/llvm-mca.rst:104
+  tool. By default, the tool assumes an unbound number of entries in the store
+  queue. A value of zero for this flag is ignored, and the default load queue
+  size is used instead.
----------------
default load or store queue size?


https://reviews.llvm.org/D43951





More information about the llvm-commits mailing list