-
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
Stop generating alloca
s & memcmp
for simple short array equality
#85828
Merged
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d05eafa - Browse repository at this point
Copy the full SHA d05eafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2456495 - Browse repository at this point
Copy the full SHA 2456495View commit details -
- Add `:Sized` assertion in interpreter impl - Use `Scalar::from_bool` instead of `ScalarInt: From<bool>` - Remove unneeded comparison in intrinsic typeck - Make this UB to call with undef, not just return undef in that case
Configuration menu - View commit details
-
Copy full SHA for b63b2f1 - Browse repository at this point
Copy the full SHA b63b2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1216353 - Browse repository at this point
Copy the full SHA 1216353View commit details -
Add another codegen test, array_eq_zero
Showing that this avoids an alloca and private constant.
Configuration menu - View commit details
-
Copy full SHA for 039a3ba - Browse repository at this point
Copy the full SHA 039a3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d2869c - Browse repository at this point
Copy the full SHA 3d2869cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6444f24 - Browse repository at this point
Copy the full SHA 6444f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07fb5ee - Browse repository at this point
Copy the full SHA 07fb5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d064494 - Browse repository at this point
Copy the full SHA d064494View 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.