Commit 6c54780
[DA] Add overflow check when calculating Delta in GCD MIV (llvm#169928)
Add overflow check when computing `Delta` in `gcdMIVtest`.
Fix one of the tests added by llvm#169926.1 parent 142a5fe commit 6c54780
File tree
2 files changed
+4
-2
lines changed- llvm
- lib/Analysis
- test/Analysis/DependenceAnalysis
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2582 | 2582 | | |
2583 | 2583 | | |
2584 | 2584 | | |
2585 | | - | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
2586 | 2588 | | |
2587 | 2589 | | |
2588 | 2590 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments