-
Notifications
You must be signed in to change notification settings - Fork 13.3k
add codegen test for equivalent slice implementations #116314
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
(rustbot has picked a reviewer for you, use r? to override) |
The job Click to see the possible cause of the failure (guessed by this bot)
|
} | ||
|
||
// CHECK-LABEL: @f2 | ||
// CHECK: if |
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 would not have expected this to be enough to check that there are equal numbers of if instructions... don't need something that checks there's not a subsequent if
too?
@rustbot author |
@reez12g any updates on this? |
Closing this as inactive. Feel free to reöpen this pr or create a new pr if you get the time to work on this. Thanks |
addressing #109328