Commit b6231f5
authored
[DA] Add overflow check in ExactSIV (#157086)
This patch adds an overflow check to the `exactSIVtest` function to fix
the issue demonstrated in the test case added in #157085. This patch
only fixes one of the routines. To fully resolve the test case, the
other functions need to be addressed as well.1 parent a05e8d5 commit b6231f5
File tree
2 files changed
+14
-2
lines changed- llvm
- lib/Analysis
- test/Analysis/DependenceAnalysis
2 files changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
1173 | 1182 | | |
1174 | 1183 | | |
1175 | 1184 | | |
| |||
1626 | 1635 | | |
1627 | 1636 | | |
1628 | 1637 | | |
1629 | | - | |
| 1638 | + | |
| 1639 | + | |
| 1640 | + | |
1630 | 1641 | | |
1631 | 1642 | | |
1632 | 1643 | | |
| |||
1716 | 1727 | | |
1717 | 1728 | | |
1718 | 1729 | | |
| 1730 | + | |
1719 | 1731 | | |
1720 | 1732 | | |
1721 | 1733 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
| 844 | + | |
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
| |||
0 commit comments