-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax earlier restriction on rematerialization of spilled raw
mov with immediate source Earlier, we had a restriction where only raw movs with imm src could be rematerialized on spill. This prevented us from rematerializing simple cases where src imm is :w whereas dst is :d. With this change, we relax the restriction and allow rematerialization of non-raw movs too.
- Loading branch information
1 parent
ac89a1d
commit 501e2ed
Showing
2 changed files
with
13 additions
and
11 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