We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8794a commit a34c320Copy full SHA for a34c320
llvm/test/Analysis/DependenceAnalysis/ExactSIV.ll
@@ -815,8 +815,8 @@ for.end: ; preds = %for.body
815
;; A[3*i - 2] = 1;
816
;; }
817
;;
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,
+;; There exists dependency between `A[-6*i + INT64_MAX]` and `A[3*i - 2]`.
+;; For example,
820
821
;; | memory location | -6*i + INT64_MAX | 3*i - 2
822
;; |------------------------|------------------------|-----------
0 commit comments