Simone
Simone
Fixes #1352
Closes #2327
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.
Fix #2307
Closes #2123
Fix #2325
# 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...
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...