-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[Wasm RyuJIT] Packed Simd Encodings #128229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
adamperlin
merged 25 commits into
dotnet:main
from
adamperlin:adamperlin/wasm-simd-encodings
May 22, 2026
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
53bb222
Add Wasm packed SIMD instruction encodings to JIT emitter
21f74bc
Add debug emitter unit tests for Wasm packed SIMD encodings
5e5de0f
Merge branch 'main' of github.com:dotnet/runtime into adamperlin/wasm…
93d4d06
Add temp emitter unit test block to wasm control flow stack and set o…
f4c1844
Use the same instrDesc for v128.const and v128.shuffle
917d763
Properly emit branch to skip over emitter unit test instructions, and…
1111af1
Remove unneeded include
98f0ffe
Potential fix for pull request finding
adamperlin bb42076
jit-format
b223400
Merge branch 'adamperlin/wasm-simd-encodings' of github.com:adamperli…
f1dd491
Merge branch 'main' of github.com:dotnet/runtime into adamperlin/wasm…
0f6956a
Fix some feedback
c505813
Add comment to skip over emitter unit tests for Wasm
12eecab
Make wasm emitter simd unit tests type check valid wasm
b5f7f72
Address PR review comments for Wasm SIMD encodings
adamperlin 58727a4
jit-format
adamperlin bab42c8
More feedback
adamperlin e8c3a23
Add Wasm emitter bounds checks for SIMD lane indices
adamperlin 3dbc9a8
Additional review feedback
adamperlin 35b8b7c
Potential fix for pull request finding
adamperlin fbaf6a6
Additional feedback
adamperlin 4b6201e
More feedback
adamperlin 6bdc881
Change genDefineTempLabel for Wasm emitter unit tests
adamperlin 6b6fdf1
Remove static
adamperlin 017a70f
Additional feedback
adamperlin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.