-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[Arm64] Replace pairs of str
with stp
#85032
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
Merged
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
dc3a4a1
Add emitIns_SS_R_R_R_I()
kunalspathak 52ea3a1
Introduce instrDescStrPair and use it
kunalspathak a09f5d4
rename some variables and fix a bug in outputInstr
kunalspathak 7511d46
Rename to instrDescLclVarPair
kunalspathak 92b67de
Add the missing SetIsLclVar()
kunalspathak 713219a
review feedback
kunalspathak 6dc1cc0
Use same code for GC/non-GC lclVar for stp'
kunalspathak 6209b6e
Use same code path for ldp/stp
kunalspathak 091538b
Just have asending/descending
kunalspathak 1ba5ee0
refactor code around emitOutputInstr()
kunalspathak 0fa8aea
jit format
kunalspathak 49947c4
Remove the comment
kunalspathak 03d6855
Separate instrDescLclVarPair and instrDescLclVarPairCns
kunalspathak 8e13de2
useRsvdReg for assert
kunalspathak 6f33b8d
add back the assert around `adr + ofs`
kunalspathak d00f6e2
Move OptimizeLdrStr() in emitarm64.cpp
kunalspathak 57a133c
Update the assert for offset distance
kunalspathak 4276f5d
Rename emitIns_SS_R_R_R_I() to emitIns_R_R_R_I_LdStPair()
kunalspathak 6546e35
jit format
kunalspathak 49d19e2
review feedback
kunalspathak 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
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.