[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 05:44:18 PDT 2023
serge-sans-paille added inline comments.
================
Comment at: llvm/docs/CommandGuide/llvm-opt-report.rst:20
+
+If a specific line of code is output twice, it means that the same optimization pass was applied to that line of code
+twice, and the pass was able to further optimize the code on the second iteration.
----------------
maybe move that after the two examples, as it's just an extra explanation on the behavior.
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