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 4e43533 commit 6a3a5fcCopy full SHA for 6a3a5fc
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: There is a loop-carried dependency between
819
-;; `A[-6*i + INT64_MAX]` and `A[3*i - 2]`. For example,
+;; FIXME: DependencyAnalsysis currently detects no dependency between
+;; `A[-6*i + INT64_MAX]` and `A[3*i - 2]`, but it does exist. For example,
820
821
;; | memory location | -6*i + INT64_MAX | 3*i - 2
822
;; |------------------------|------------------------|-----------
0 commit comments