Skip to content

Commit 6a3a5fc

Browse files
committed
address review comment
1 parent 4e43533 commit 6a3a5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Analysis/DependenceAnalysis/ExactSIV.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,8 +815,8 @@ for.end: ; preds = %for.body
815815
;; A[3*i - 2] = 1;
816816
;; }
817817
;;
818-
;; FIXME: There is a loop-carried dependency between
819-
;; `A[-6*i + INT64_MAX]` and `A[3*i - 2]`. For example,
818+
;; FIXME: DependencyAnalsysis currently detects no dependency between
819+
;; `A[-6*i + INT64_MAX]` and `A[3*i - 2]`, but it does exist. For example,
820820
;;
821821
;; | memory location | -6*i + INT64_MAX | 3*i - 2
822822
;; |------------------------|------------------------|-----------

0 commit comments

Comments
 (0)