-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Wasm RyuJit] bitcast #124138
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
[Wasm RyuJit] bitcast #124138
Conversation
|
@dotnet/jit-contrib PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds initial WASM RyuJit codegen support for GT_BITCAST, enabling bit reinterpretation operations to be emitted as native Wasm reinterpret opcodes.
Changes:
- Dispatch
GT_BITCASTinCodeGen::genCodeForTreeNode. - Add
CodeGen::genCodeForBitCastimplementation in the WASM code generator to emit Wasm reinterpret instructions.
|
Tagging subscribers to 'arch-wasm': @lewing, @pavelsavara |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
|
Github issues are affecting testing. |
|
/ba-g "ModuleNotFoundError: No module named 'pkg_resources'" |
|
/ba-g retry |
No description provided.