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

Refactor RewriteBitwiseOps #677

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

shaobo-he
Copy link
Contributor

The refactoring consists of two parts:

  1. improve code structure, in particular modularize special case handling
  2. add a special case for &(-2**n)

The refactoring consists of two parts:
1. improve code structure, in particular modularize special case handling
2. add a special case for &(-2**n)
@shaobo-he shaobo-he requested review from zvonimir and keram88 January 16, 2021 02:43
Copy link
Contributor

@keram88 keram88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

include/smack/RewriteBitwiseOps.h Outdated Show resolved Hide resolved
@zvonimir
Copy link
Member

What is happening with this one? Is it ready? I forgot.

@shaobo-he
Copy link
Contributor Author

What is happening with this one? Is it ready? I forgot.

It's ready but it caused false alarms in SV-COMP benchmarks. I don't think the false alarms are a result of unsoundness or incompleteness of this pass.

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