-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[Wasm RyuJit] Call Codegen Fixes for R2R #126778
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
Open
adamperlin
wants to merge
19
commits into
dotnet:main
Choose a base branch
from
adamperlin:adamperlin/wasm-fix-call-codegen
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0b80545
Add codegen changes to make calls through PortableEntryPoints stored …
davidwrighton 9c88d47
Add additional comment about the need for second level of indirection…
adamperlin 7141714
Merge branch 'main' of github.com:dotnet/runtime into adamperlin/wasm…
adamperlin 1878b53
Merge branch 'main' of github.com:dotnet/runtime into adamperlin/wasm…
adamperlin 7ca6386
Merge branch 'main' of github.com:dotnet/runtime into adamperlin/wasm…
adamperlin 5e4a83f
WIP Lowering::LowerPEPCall for Wasm
adamperlin 26af840
Merge branch 'main' of github.com:dotnet/runtime into adamperlin/wasm…
adamperlin b42c336
Add more specific JITDUMP messages
adamperlin f2b96b6
Remove boilerplate for getting gtControlExpr use, better JITDUMP mess…
adamperlin 83015d2
Remove addition of R2R indirection cell arg in morph for Wasm; remove…
adamperlin df103cf
Fix assert in lower.cpp, remove wasm case in GetIndirectionCellKind()…
adamperlin d6e2cbe
Merge branch 'main' of github.com:dotnet/runtime into adamperlin/wasm…
adamperlin b2f6e14
jit-format
adamperlin 0cdc541
Update src/coreclr/jit/lower.cpp
adamperlin 4a4ae2c
Use INS_I_LOAD in genEmitHelperCall to ensure compatibility with wasm64
adamperlin 3981152
Merge branch 'adamperlin/wasm-fix-call-codegen' of github.com:adamper…
adamperlin 4a60460
Move LowerPEPCall def into lowerwasm.cpp
adamperlin d74680e
More review feedback
adamperlin 29cf060
Update src/coreclr/jit/lowerwasm.cpp
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.
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.
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.
See if it's possible to use the new ADDR_REL reloc type for this to avoid the
i32.const <address>; i32.loadpattern.