Commit 917e39b
committed
fixup! Simplify byte_extract(byte_update(...)) without overlap
This fixes a bits/bytes confusing, resulting in missed optimisations of
byte_extract(byte_update(...)) nestings when the byte_extract was at
an offset higher than the update. Found while debugging
model-checking/kani#1958.1 parent 6672791 commit 917e39b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1727 | 1727 | | |
1728 | 1728 | | |
1729 | 1729 | | |
1730 | | - | |
| 1730 | + | |
| 1731 | + | |
1731 | 1732 | | |
1732 | 1733 | | |
1733 | 1734 | | |
| |||
0 commit comments