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: Skip strength reductions that are just widenings
The previous equality check does not catch the case where the SCEV is just a widened version of the previous primary IV. We want to leave that handling up to IV widening.
- Loading branch information
1 parent
9dc2248
commit da67dab
Showing
1 changed file
with
18 additions
and
3 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