forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do byref liveness updates for same register GPR moves (dotnet#53684)
* Do byref liveness updates for same register GPR moves on x86/x64 * Change where emitLastEmittedIns is tracked * Ensure emitLastEmittedIns isn't tracked across instruction groups
- Loading branch information
1 parent
36a7e76
commit 7df92fd
Showing
8 changed files
with
355 additions
and
149 deletions.
There are no files selected for viewing
This file contains 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 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 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.