We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937bcea commit a4fbfdbCopy full SHA for a4fbfdb
llvm/docs/ReleaseNotes.md
@@ -42,6 +42,11 @@ point (e.g. maybe you would like to give an example of the
42
functionality, or simply have a lot to talk about), see the comment below
43
for adding a new subsection. -->
44
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
+
50
* ...
51
52
<!-- If you would like to document a larger change, then you can add a
0 commit comments