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.
JIT: Use any reaching def for unreachable uses in incremental SSA bui…
…lder (dotnet#110077) There really is no correct reaching definition in this case, so any reaching definition will do here. This matches what happens normally in the JIT when various phases optimize control flow after SSA has been built without removing the now-unreachable blocks. Also give unreachable stores an SSA number. Fix dotnet#109971
- Loading branch information
1 parent
d86f770
commit 0170d78
Showing
3 changed files
with
12 additions
and
19 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