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

Replace unsafe assume calls with @assert #31

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

vtjnash
Copy link
Contributor

@vtjnash vtjnash commented Mar 12, 2024

An @assert is enough to convince LLVM to jump-thread this, without the need for unsafe code or llvmcall.

An `@assert` is enough to convince LLVM to jump-thread this, without the need for unsafe code or llvmcall.
@yuyichao yuyichao merged commit 3a579da into yuyichao:master Mar 13, 2024
1 check passed
@KristofferC
Copy link

This seems like it could be a non-ideal change because one is not supposed to rely on the side effects of @assert. When we turn off @asserts in default builds this will stop working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants