-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[Experiment] Play with match lowering #119031
Closed
Closed
Commits on Mar 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36e0c36 - Browse repository at this point
Copy the full SHA 36e0c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1091425 - Browse repository at this point
Copy the full SHA 1091425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad2eff - Browse repository at this point
Copy the full SHA 0ad2effView commit details -
Improve or-pattern simplification
We can now tell ahead of time whether and or-pattern will be simplifiable or not. We use this to clarify the possible code paths.
Configuration menu - View commit details
-
Copy full SHA for 22b8a7d - Browse repository at this point
Copy the full SHA 22b8a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2564d0 - Browse repository at this point
Copy the full SHA c2564d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9b5e2 - Browse repository at this point
Copy the full SHA 0c9b5e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dc088 - Browse repository at this point
Copy the full SHA b3dc088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f01d65 - Browse repository at this point
Copy the full SHA 3f01d65View commit details -
Before, the SwitchInt cases were computed in two passes: if the first pass accepted e.g. 0..=5 and then 1, the second pass would not accept 0..=5 anymore because 1 would be listed in the SwitchInt options. Now there's a single pass, so if we sort 0..=5 we must take care to not sort a subsequent 1.
Configuration menu - View commit details
-
Copy full SHA for 6433f90 - Browse repository at this point
Copy the full SHA 6433f90View 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.