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

[bug] The control flow processing is incorrect. #901

Closed
vfdff opened this issue Apr 10, 2023 · 2 comments
Closed

[bug] The control flow processing is incorrect. #901

vfdff opened this issue Apr 10, 2023 · 2 comments

Comments

@vfdff
Copy link

vfdff commented Apr 10, 2023

test

  • in the function @src, we use [ false, %2 ] in label 16
  • in the function @target, we use [ true, %2 ] in label 16

So it is clear they have different logic, why this is proved correctly

@nunoplopes
Copy link
Member

Try this one instead: https://alive2.llvm.org/ce/z/dmXY4i

The target function should be called tgt, not target.

@vfdff
Copy link
Author

vfdff commented Apr 11, 2023

Thanks

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

2 participants