Simone

Results 15 issues of Simone

When computing the storage/local variables read/written we should consider the local variables with storage location as storage variables read/written instead of local variables.

# Feature Request **Describe the Feature Request** My primary use case is for [Caracal](https://github.com/crytic/caracal/) a static analysis tool that works with the sierra representation. The current problem is that optimized...

enhancement

Fix a crash with dynamic arrays. Due to how `.push` and `.pop` operations are converted to the IR a binary operations is present even if it's not in the code,...

### Describe the issue: The SSA form returns `s_3` and `p_3` instead of `s_2` and `p_2` which are correctly returned if the break is removed. ### Code example to reproduce...

bug
ir