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.
* Stop considering "successor EH successors" to be EH successors of each block. Instead, add this special case where it is actually needed: when computing the dominator tree. * Update PHI arg insertion to insert the handler phi args with the 'try' entry block as the pred instead of the pred of the 'try' * Optimize computation of the dominator tree to avoid multiple enumerations of the preds * Optimize computation of the dominator tree to utilize computed postorder indices for "visited" checks, instead of a block set Diffs due to LSRA using all-succs as an approximation to figure out whether to insert exposed uses.
- Loading branch information
1 parent
fe3abf5
commit e0b1e4d
Showing
5 changed files
with
160 additions
and
200 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.