Skip to content

Commit 6eb7c91

Browse files
committed
Merge branch 'cse-dereference-cleanup' of github.com:hannes-steffenhagen-diffblue/cbmc into cse-dereference-cleanup
2 parents 3455f98 + d413234 commit 6eb7c91

File tree

1 file changed

+6
-0
lines changed
  • regression/cbmc/double_deref

1 file changed

+6
-0
lines changed

regression/cbmc/double_deref/README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ double_deref_with_cast.desc -- a double-deref with an intervening cast (*(int*)*
2525
double_deref_with_member.desc -- a double-deref with an intervening member expression (p->field1->field2), should use a let-expression
2626
double_deref_with_pointer_arithmetic.desc -- a double-deref with intervening pointer arithmetic (p[idx1][idx2]), should use a let-expression
2727
*_single_alias.desc -- variants of the above where the first dereference points to a single possible object, so no let-expression is necessary
28+
29+
Why no-dereference-cache?
30+
-------------------------
31+
32+
Because these tests test for specific VCCs to do with multiple nested complex
33+
dereferences and the dereference caching rewrites these.

0 commit comments

Comments
 (0)