[all-commits] [llvm/llvm-project] 4b5618: [Docs] Cleanup pass documentation
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Aug 10 16:19:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b5618a4b115dca31747f6c1b975ca773cda761f
https://github.com/llvm/llvm-project/commit/4b5618a4b115dca31747f6c1b975ca773cda761f
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M llvm/docs/LoopTerminology.rst
M llvm/docs/Passes.rst
Log Message:
-----------
[Docs] Cleanup pass documentation
Currently the pass documentation specifies every pass with a single dash
(-) in front of it as this was the old format for specifying passes with
opt. However, after the transition to the new PM, this syntax is
deprecated. This patch removes all the single dashes from the pass page
to reflect this. Additionally, some previously removed/renamed passes
are removed/updated in the pass list.
Differential Revision: https://reviews.llvm.org/D157656
More information about the All-commits
mailing list