-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Unify Regions with RegionVids in UnificationTable #85313
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
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 61157b3 with merge ba1f60f056b31729e69b29bdcfb224b3f894854d... |
☀️ Try build successful - checks-actions |
Queued ba1f60f056b31729e69b29bdcfb224b3f894854d with parent 1025db8, future comparison URL. |
Finished benchmarking try commit (ba1f60f056b31729e69b29bdcfb224b3f894854d): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some thoughts on Zulip.
|
||
fn unify_values(value1: &Self, value2: &Self) -> Result<Self, NoError> { | ||
Ok(match (value1.0, value2.0) { | ||
(Some(_), Some(_)) => *value1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We better put a comment here about why this makes any sense at all...
This comment has been minimized.
This comment has been minimized.
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 909d0e8 with merge c12e8e573917460eb53ad39c819ba6dc57bf95d3... |
☀️ Try build successful - checks-actions |
Queued c12e8e573917460eb53ad39c819ba6dc57bf95d3 with parent eac3c7c, future comparison URL. |
Finished benchmarking try commit (c12e8e573917460eb53ad39c819ba6dc57bf95d3): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
@bors r+ |
📌 Commit c6e4284 has been approved by |
⌛ Testing commit c6e4284 with merge 3ecf2c3b6ed421194dd29c5f144c1c1c2b708e6d... |
💥 Test timed out |
@bors retry |
☀️ Test successful - checks-actions |
A few test output changes; might be able to revert those but figured I would open this for perf and comments.
r? @nikomatsakis