File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,17 @@ Or for Intel syntax:
38
38
39
39
$ clang foo.c -O2 -target x86_64-unknown-unknown -mllvm -x86-asm-syntax=intel -S -o - | llvm-mca -mcpu=btver2
40
40
41
+ Scheduling models are not just used to compute instruction latencies and
42
+ throughput, but also to understand what processor resources are available
43
+ and how to simulate them.
44
+
45
+ By design, the quality of the analysis conducted by :program: `llvm-mca ` is
46
+ inevitably affected by the quality of the scheduling models in LLVM.
47
+
48
+ If you see that the performance report is not accurate for a processor,
49
+ please `file a bug <https://bugs.llvm.org/enter_bug.cgi?product=libraries >`_
50
+ against the appropriate backend.
51
+
41
52
OPTIONS
42
53
-------
43
54
You can’t perform that action at this time.
0 commit comments