[clang-tools-extra] [LLVM] Add IRNormalizer Pass (PR #68176)
Michal Paszkowski via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 18 00:18:26 PDT 2023
================
@@ -42,7 +42,10 @@ Non-comprehensive list of changes in this release
functionality, or simply have a lot to talk about), see the `NOTE` below
for adding a new subsection.
-* ...
+* Added a new IRNormalizer pass which aims to transform LLVM modules into
+ a canonical form by reordering and renaming instructions while preserving the
+ same semantics. The canonicalizer makes it easier to spot semantic differences
----------------
michalpaszkowski wrote:
canonicalizer -> normalizer
https://github.com/llvm/llvm-project/pull/68176
More information about the cfe-commits
mailing list