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

Fix typed_swap for ZSTs #3256

Merged
merged 4 commits into from
Jun 12, 2024
Merged

Fix typed_swap for ZSTs #3256

merged 4 commits into from
Jun 12, 2024

Conversation

tautschnig
Copy link
Member

typed_swap needs to be a no-op on ZSTs as pointers to those have an arbitrary value in Kani.

Resolves: #3182

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

typed_swap needs to be a no-op on ZSTs as pointers to those have an
arbitrary value in Kani.

Resolves: model-checking#3182
@tautschnig tautschnig requested a review from a team as a code owner June 11, 2024 17:23
@github-actions github-actions bot added the Z-BenchCI Tag a PR to run benchmark CI label Jun 11, 2024
@tautschnig
Copy link
Member Author

perf test failure is inet::checksum::tests::differential running out of memory (on this occasion).

@tautschnig tautschnig merged commit d588c01 into model-checking:main Jun 12, 2024
23 checks passed
@tautschnig tautschnig deleted the fix-3182 branch June 12, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-BenchCI Tag a PR to run benchmark CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Intrinsic type_swapped fails for unit types
4 participants