@@ -74,6 +74,8 @@ astGuardsCompare
74
74
| 34 | j >= 10+0 when ... < ... is false |
75
75
| 42 | 10 < j+1 when ... < ... is false |
76
76
| 42 | 10 >= j+1 when ... < ... is true |
77
+ | 42 | call to getABool != 0 when call to getABool is true |
78
+ | 42 | call to getABool == 0 when call to getABool is false |
77
79
| 42 | j < 10+0 when ... < ... is true |
78
80
| 42 | j >= 10+0 when ... < ... is false |
79
81
| 44 | 0 < z+0 when ... > ... is true |
@@ -537,6 +539,8 @@ astGuardsEnsure_const
537
539
| test.cpp:31:7:31:13 | ... == ... | test.cpp:31:7:31:7 | x | != | -1 | 34 | 34 |
538
540
| test.cpp:31:7:31:13 | ... == ... | test.cpp:31:7:31:7 | x | == | -1 | 30 | 30 |
539
541
| test.cpp:31:7:31:13 | ... == ... | test.cpp:31:7:31:7 | x | == | -1 | 31 | 32 |
542
+ | test.cpp:42:13:42:20 | call to getABool | test.cpp:42:13:42:20 | call to getABool | != | 0 | 43 | 45 |
543
+ | test.cpp:42:13:42:20 | call to getABool | test.cpp:42:13:42:20 | call to getABool | == | 0 | 53 | 53 |
540
544
irGuards
541
545
| test.c:7:9:7:13 | CompareGT: ... > ... |
542
546
| test.c:17:8:17:12 | CompareLT: ... < ... |
@@ -613,6 +617,8 @@ irGuardsCompare
613
617
| 34 | j >= 10+0 when CompareLT: ... < ... is false |
614
618
| 42 | 10 < j+1 when CompareLT: ... < ... is false |
615
619
| 42 | 10 >= j+1 when CompareLT: ... < ... is true |
620
+ | 42 | call to getABool != 0 when Call: call to getABool is true |
621
+ | 42 | call to getABool == 0 when Call: call to getABool is false |
616
622
| 42 | j < 10 when CompareLT: ... < ... is true |
617
623
| 42 | j < 10+0 when CompareLT: ... < ... is true |
618
624
| 42 | j >= 10 when CompareLT: ... < ... is false |
@@ -1081,3 +1087,5 @@ irGuardsEnsure_const
1081
1087
| test.cpp:31:7:31:13 | CompareEQ: ... == ... | test.cpp:31:7:31:7 | Load: x | != | -1 | 34 | 34 |
1082
1088
| test.cpp:31:7:31:13 | CompareEQ: ... == ... | test.cpp:31:7:31:7 | Load: x | == | -1 | 30 | 30 |
1083
1089
| test.cpp:31:7:31:13 | CompareEQ: ... == ... | test.cpp:31:7:31:7 | Load: x | == | -1 | 32 | 32 |
1090
+ | test.cpp:42:13:42:20 | Call: call to getABool | test.cpp:42:13:42:20 | Call: call to getABool | != | 0 | 44 | 44 |
1091
+ | test.cpp:42:13:42:20 | Call: call to getABool | test.cpp:42:13:42:20 | Call: call to getABool | == | 0 | 53 | 53 |
0 commit comments