diff options
author | Alon Zakai <azakai@google.com> | 2022-11-14 17:18:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 01:18:22 +0000 |
commit | 8225e485a24c5fa6fffb0c9f0a3ee8615bcfa0d9 (patch) | |
tree | d819d652ff357543a31a7e879057afab59e6003a /CHANGELOG.md | |
parent | a221b01b89ced3aa6335723e68bf17ea97377a08 (diff) | |
download | binaryen-8225e485a24c5fa6fffb0c9f0a3ee8615bcfa0d9.tar.gz binaryen-8225e485a24c5fa6fffb0c9f0a3ee8615bcfa0d9.tar.bz2 binaryen-8225e485a24c5fa6fffb0c9f0a3ee8615bcfa0d9.zip |
Add a pass to lower sign-ext operations to MVP (#5254)
Fixes #5250
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d6101dc67..51c49eab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Current Trunk - The `sign-extension` and `mutable-globals` features are now both enabled by default in all tools. This is in order to match llvm's defaults (See https://reviews.llvm.org/D125728). +- Add a pass to lower sign-extension operations to MVP. v110 ---- |