[llvm] e3a0cb8 - [docs] Update ir-normalizer to normalize (#141764)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 2 01:54:15 PDT 2025


Author: Cullen Rhodes
Date: 2025-06-02T09:54:12+01:00
New Revision: e3a0cb8d3f53e6b2d801e2fe732057f94704e6b7

URL: https://github.com/llvm/llvm-project/commit/e3a0cb8d3f53e6b2d801e2fe732057f94704e6b7
DIFF: https://github.com/llvm/llvm-project/commit/e3a0cb8d3f53e6b2d801e2fe732057f94704e6b7.diff

LOG: [docs] Update ir-normalizer to normalize (#141764)

While the class name is IRNormalizer the registered name is "normalize"
and the docs should match this.

Fixes #136347.

Added: 
    

Modified: 
    llvm/docs/Passes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Passes.rst b/llvm/docs/Passes.rst
index 435e748199b87..e297d3883c39e 100644
--- a/llvm/docs/Passes.rst
+++ b/llvm/docs/Passes.rst
@@ -554,8 +554,8 @@ variables with initializers are marked as internal.
 An interprocedural variant of :ref:`Sparse Conditional Constant Propagation
 <passes-sccp>`.
 
-``ir-normalizer``: Transforms IR into a normal form that's easier to 
diff 
-----------------------------------------------------------------------------
+``normalize``: Transforms IR into a normal form that's easier to 
diff 
+---------------------------------------------------------------------
 
 This pass aims to transform LLVM Modules into a normal form by reordering and
 renaming instructions while preserving the same semantics. The normalizer makes


        


More information about the llvm-commits mailing list