-
Notifications
You must be signed in to change notification settings - Fork 55
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
Dead-code removes intrinsics #220
Comments
vbgl
added a commit
that referenced
this issue
Aug 1, 2022
This prevents source-level intrinsics to be removed by dead-code elimination. Fixes #220 Co-authored-by: Vincent Laporte <[email protected]>
vbgl
added a commit
that referenced
this issue
Aug 1, 2022
This prevents source-level intrinsics to be removed by dead-code elimination. Fixes #220 Co-authored-by: Vincent Laporte <[email protected]>
vbgl
added a commit
that referenced
this issue
Aug 29, 2022
This prevents source-level intrinsics to be removed by dead-code elimination. Fixes #220 Co-authored-by: Vincent Laporte <[email protected]>
bgregoir
added a commit
that referenced
this issue
Aug 31, 2022
This prevents source-level intrinsics to be removed by dead-code elimination. Fixes #220 Co-authored-by: Vincent Laporte <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following program is compiled to an empty function, which is not incorrect but not the expected behavior:
The text was updated successfully, but these errors were encountered: