-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JIT: Support delegate GDV guards in loop cloning #75140
Merged
jakobbotsch
merged 12 commits into
dotnet:main
from
jakobbotsch:delegate-gdv-loop-cloning
Oct 20, 2022
Merged
JIT: Support delegate GDV guards in loop cloning #75140
jakobbotsch
merged 12 commits into
dotnet:main
from
jakobbotsch:delegate-gdv-loop-cloning
Oct 20, 2022
Commits on Sep 6, 2022
-
JIT: Support delegate GDV guards in loop cloning
* Support cloning loops based on delegate GDV guards * Do flow-graph opts directly in loop cloning instead of relying on RBO to clean it up (for both type and delegate GDV)
Configuration menu - View commit details
-
Copy full SHA for a5afa33 - Browse repository at this point
Copy the full SHA a5afa33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9867d1d - Browse repository at this point
Copy the full SHA 9867d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3069d12 - Browse repository at this point
Copy the full SHA 3069d12View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1c34ec1 - Browse repository at this point
Copy the full SHA 1c34ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17169ab - Browse repository at this point
Copy the full SHA 17169abView commit details -
Configuration menu - View commit details
-
Copy full SHA for cab5b3f - Browse repository at this point
Copy the full SHA cab5b3fView commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a53262 - Browse repository at this point
Copy the full SHA 9a53262View commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 03cdacb - Browse repository at this point
Copy the full SHA 03cdacbView commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b57ab02 - Browse repository at this point
Copy the full SHA b57ab02View commit details
Commits on Oct 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 975a07c - Browse repository at this point
Copy the full SHA 975a07cView commit details -
Remove exceptions on indirs in guards after loop cloning
This prevents RBO from optimizing them away if the loop is inside an EH handler (e.g. foreach loop).
Configuration menu - View commit details
-
Copy full SHA for b9ca3db - Browse repository at this point
Copy the full SHA b9ca3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a569adf - Browse repository at this point
Copy the full SHA a569adfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.