Skip to content
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

simd packed types: remove outdated comment, extend codegen test #126163

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Jun 8, 2024

It seems like #125311 made that check in codegen unnecessary?

r? @workingjubilee @calebzulawski

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jun 8, 2024
@rust-log-analyzer

This comment has been minimized.

@calebzulawski
Copy link
Member

Yep, that should never happen now
@bors r+

@bors
Copy link
Contributor

bors commented Jun 8, 2024

📌 Commit 1bfbbf0 has been approved by calebzulawski

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 8, 2024
@workingjubilee
Copy link
Member

shouldn't it still be an immediate if it's not repr(packed)?

maybe here is a bad place to issue that check, but

@RalfJung
Copy link
Member Author

RalfJung commented Jun 8, 2024

It should always be an immediate.

I can turn it into an assert, if that's what you mean?

@workingjubilee
Copy link
Member

Oh! I think I misparsed what you initially said.

Yeah, an assert! or debug_assert! sounds reasonable, though not strictly necessary, as noted.

@RalfJung
Copy link
Member Author

RalfJung commented Jun 8, 2024

All right, did that.

@bors r=calebzulawski,workingjubilee

@bors
Copy link
Contributor

bors commented Jun 8, 2024

📌 Commit 2f2031d has been approved by calebzulawski,workingjubilee

It is now in the queue for this repository.

bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 9, 2024
…i,workingjubilee

simd packed types: remove outdated comment, extend codegen test

It seems like rust-lang#125311 made that check in codegen unnecessary?

r? `@workingjubilee` `@calebzulawski`
@bors
Copy link
Contributor

bors commented Jun 9, 2024

⌛ Testing commit 2f2031d with merge 0bab061...

@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
c438b865cc81: Pushed
0b9c994b0484: Pushed
5c6894467d12: Pushed
7e150558cf11: Pushed
Put "https://ghcr.io/v2/rust-lang-ci/rust-ci/manifests/9b7a697e64f469f5512dfaf34c1674d69ace7ff101833be85272d223d5506be0ed9a4fddb9ef40696aecd8142b0b6792811934eca96004c5d16ff761f5426666": EOF
##[error]Process completed with exit code 1.

@bors
Copy link
Contributor

bors commented Jun 9, 2024

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 9, 2024
@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 9, 2024
@bors
Copy link
Contributor

bors commented Jun 9, 2024

⌛ Testing commit 2f2031d with merge b3ca6ee...

@bors
Copy link
Contributor

bors commented Jun 9, 2024

☀️ Test successful - checks-actions
Approved by: calebzulawski,workingjubilee
Pushing b3ca6ee to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jun 9, 2024
@bors bors merged commit b3ca6ee into rust-lang:master Jun 9, 2024
7 checks passed
@rustbot rustbot added this to the 1.81.0 milestone Jun 9, 2024
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (b3ca6ee): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

This benchmark run did not return any relevant results for this metric.

Cycles

Results (primary 1.6%, secondary 3.7%)

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
1.6% [1.0%, 3.1%] 4
Regressions ❌
(secondary)
3.7% [1.3%, 6.2%] 12
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) 1.6% [1.0%, 3.1%] 4

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: missing data
Artifact size: 319.75 MiB -> 319.12 MiB (-0.20%)

@RalfJung RalfJung deleted the simd-packed branch June 10, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants