Skip to content

Commit 8498fdf

Browse files
dflupuwechman
authored andcommitted
Add changelog entries
1 parent b99f85e commit 8498fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Language Features:
66
Compiler Features:
77
* TypeChecker: Support using library constants in initializers of other constants.
88
* Yul IR Code Generation: Improved copy routines for arrays with packed storage layout.
9+
* Yul Optimizer: Add rule to convert `mod(mul(X, Y), A)` into `mulmod(X, Y, A)`, if `A` is a power of two.
10+
* Yul Optimizer: Add rule to convert `mod(add(X, Y), A)` into `addmod(X, Y, A)`, if `A` is a power of two.
911

1012

1113
Bugfixes:

0 commit comments

Comments
 (0)