Skip to content

CFG: always create a block even if it only has a single statement#240

Merged
sipma merged 1 commit into
static-analysis-engineering:masterfrom
waskyo:explicit_block_normalization
Aug 21, 2025
Merged

CFG: always create a block even if it only has a single statement#240
sipma merged 1 commit into
static-analysis-engineering:masterfrom
waskyo:explicit_block_normalization

Conversation

@waskyo

@waskyo waskyo commented Aug 21, 2025

Copy link
Copy Markdown
Collaborator

We want to be consistent and predictable, and avoid issues with CIL which normalizes statements into blocks within if/else, switch, and loops.

This also enables simplification for downstream tools

We want to be consistent and predictable, and avoid issues with CIL
which normalizes statements into blocks within if/else, switch, and loops.

This also enables simplification for downstream tools
@sipma
sipma merged commit b406023 into static-analysis-engineering:master Aug 21, 2025
1 check passed
@waskyo
waskyo deleted the explicit_block_normalization branch August 22, 2025 13:46
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.

2 participants