Skip to content

Commit a4fbfdb

Browse files
Fixup merge commit
1 parent 937bcea commit a4fbfdb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ point (e.g. maybe you would like to give an example of the
4242
functionality, or simply have a lot to talk about), see the comment below
4343
for adding a new subsection. -->
4444

45+
* Added a new IRNormalizer pass which aims to transform LLVM modules into
46+
a normal form by reordering and renaming instructions while preserving the
47+
same semantics. The normalizer makes it easier to spot semantic differences
48+
when diffing two modules which have undergone different passes.
49+
4550
* ...
4651

4752
<!-- If you would like to document a larger change, then you can add a

0 commit comments

Comments
 (0)