[llvm] [clang] [clang-tools-extra] [LLVM] Add IRNormalizer Pass (PR #68176)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 4 04:36:14 PDT 2023


================
@@ -543,6 +543,14 @@ 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
----------------
nikic wrote:

Looks like there are lots of leftovers of "canonical" vs "normalized".

https://github.com/llvm/llvm-project/pull/68176


More information about the cfe-commits mailing list