================
@@ -543,6 +543,15 @@ variables with initializers are marked as internal.
 An interprocedural variant of :ref:`Sparse Conditional Constant Propagation
 <passes-sccp>`.
 
+``ir-normalizer``: Transforms IR into a canonical form that's easier to diff
+--------------------------------------------------------
+
+This pass aims to transform LLVM Modules into a canonical form by reordering 
and
+renaming instructions while preserving the same semantics. The canonicalizer 
makes
----------------
michalpaszkowski wrote:

canonicalizer -> normalizer

https://github.com/llvm/llvm-project/pull/68176
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to