[PATCH] D157656: [Docs] Cleanup pass documentation

Aiden Grossman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 14:40:23 PDT 2023


aidengrossman created this revision.
Herald added a reviewer: baziotis.
Herald added a project: All.
aidengrossman requested review of this revision.
Herald added subscribers: llvm-commits, wangpc.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157656

Files:
  llvm/docs/LoopTerminology.rst
  llvm/docs/Passes.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157656.549175.patch
Type: text/x-patch
Size: 43444 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230810/66832bd2/attachment.bin>


More information about the llvm-commits mailing list