forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Teach constant propagation to propagate GTF_ICON_INITCLASS
This flag represents that dereferences off of the handle are dependent on a cctor and cannot be hoisted out unless all cctors also are. It must be propagated together with the constant for correctness.
- Loading branch information
1 parent
ee80bdb
commit c6a1fca
Showing
4 changed files
with
79 additions
and
65 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
Oops, something went wrong.