[PATCH] D136138: [docs][NFC] Add document of llvm-opt-report.

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 07:13:55 PST 2022


madhur13490 added a comment.

A couple of nits



================
Comment at: llvm/docs/CommandGuide/llvm-opt-report.rst:16
+
+You need create an input YAML optimization record file before running :program:`llvm-opt-report`.
+
----------------
need to?


================
Comment at: llvm/docs/CommandGuide/llvm-opt-report.rst:59-61
+- I: The function is inlined.
+- U: The loop is unrolled. The following number indicates the unroll factor.
+- V: The loop is vectorized. The following numbers indicate the vector length and the interleave factor.
----------------
Are these the only symbols that can be emitted? If not, it is a good idea to list.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136138/new/

https://reviews.llvm.org/D136138



More information about the llvm-commits mailing list