Skip to content

Boogie

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 13:33
· 7 commits to master since this release
b337ffc
Optimize blocks (#919)

### Changes

1. Perform block coalescing for each split
2. Add a post-split simplification that removes empty blocks with at
most one outgoing or incoming edge

### Testing
- Updated the test `AssumeFalseSplit.bpl` to take into account
simplification (2)