Skip to content

Commit e8cc796

Browse files
authored
Add CHANGELOG entry for v102 OptimizeInstructions (#4526)
1 parent 6247e7c commit e8cc796

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
@@ -54,6 +54,8 @@ v102
5454

5555
- Replace `BinaryenExpressionGetSideEffects`'s features parameter with a module
5656
parameter.
57+
58+
- OptimizeInstructions now lifts identical code in `select`/`if` arms (#3828). This may cause direct `BinaryenTupleExtract(BinaryenTupleMake(...))` to [use multivalue types](https://github.com/grain-lang/grain/pull/1158).
5759

5860
v101
5961
----

0 commit comments

Comments
 (0)