Skip to content

Commit bd244ed

Browse files
committed
Accommodate changes from GaloisInc/macaw#310
This bumps the `macaw` submodule to bring in the changes from GaloisInc/macaw#310, which removes some redundant pointer validity checks from `macaw-symbolic`'s load- and store-related operations. Because the verifier's test suite counts the number of goals generated, this has the effect of reducing the overall number of goals in some test cases. I have confirmed (by manual inspection) that the goals that were removed with this patch all come from the redundant checks removed in the `macaw` patch.
1 parent 9fcb8e1 commit bd244ed

7 files changed

+9
-9
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
successful: 0
2-
failed: 2
2+
failed: 1
33

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
successful: 6
2-
failed: 6
1+
successful: 4
2+
failed: 5
33

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
successful: 6
2-
failed: 6
1+
successful: 4
2+
failed: 5
33

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
successful: 0
2-
failed: 4
2+
failed: 2
33

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
successful: 0
2-
failed: 4
2+
failed: 2
33

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
successful: 0
2-
failed: 2
2+
failed: 1
33

0 commit comments

Comments
 (0)