[PATCH] D146898: [Docs][typo] Done the required fix for the #61690
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 02:56:02 PDT 2023
serge-sans-paille added inline comments.
================
Comment at: llvm/docs/CommandGuide/llvm-opt-report.rst:18
+The `llvm-opt-report` command generates a report on the optimization passes that were applied to a given LLVM bitcode file.
+It provides information on the execution time, memory usage, and other details of each optimization pass.
----------------
This line is mostly redundant with line 14. And line 19 would be great right after line 14.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146898/new/
https://reviews.llvm.org/D146898
More information about the llvm-commits
mailing list