-
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
Add !align metadata on loads of &/&mut/Box #94159
Conversation
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #94157) made this pull request unmergeable. Please resolve the merge conflicts. |
285f611
to
fd883e4
Compare
Note that this refers to the alignment of what the loaded value points to, _not_ the alignment of the loaded value itself.
fd883e4
to
69ae423
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 69ae423 with merge b43d834a01b19434c49195195c5d72834a39d03e... |
☀️ Try build successful - checks-actions |
Queued b43d834a01b19434c49195195c5d72834a39d03e with parent 4ce3749, future comparison URL. |
Finished benchmarking commit (b43d834a01b19434c49195195c5d72834a39d03e): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf. @bors rollup=never |
@bors r+ |
📌 Commit 69ae423 has been approved by |
⌛ Testing commit 69ae423 with merge 6e2872a1062a943af7af8f6229a4ae1c7f1225de... |
💔 Test failed - checks-actions |
⌛ Testing commit f147303 with merge cf74a40b5b9c55d4b52db5055713ebeb2cf8e64f... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors r+ |
📌 Commit a381aef has been approved by |
⌛ Testing commit a381aef with merge ef8cfc7bfdd0f405888e6a4b98130008db97a8e5... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
Looks like a spurious failure due to network issues |
@bors retry network |
☀️ Test successful - checks-actions |
Finished benchmarking commit (62ff2bc): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Note that this refers to the alignment of what the loaded value points
to, not the alignment of the loaded value itself.
r? @ghost (blocked on #94158)