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

Unbounded modulo operand #8

Open
Emoun opened this issue Apr 30, 2024 · 0 comments
Open

Unbounded modulo operand #8

Emoun opened this issue Apr 30, 2024 · 0 comments

Comments

@Emoun
Copy link
Member

Emoun commented Apr 30, 2024

Using the modulo operand is the likely reason for bugs with some programs as we do not have a customized version of it. It results in platin failures and single-path failures because it has an unbounded loop.

This issue tracks fixing this. The best solution is providing our own modulo function in Compiler-RT (umodXi3).

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

No branches or pull requests

1 participant