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 a4f0f1f commit 146b38eCopy full SHA for 146b38e
llvm/test/Analysis/DependenceAnalysis/ExactSIV.ll
@@ -815,8 +815,8 @@ for.end: ; preds = %for.body
815
;; A[3*i - 2] = 1;
816
;; }
817
;;
818
-;; There exists dependency between `A[-6*i + INT64_MAX]` and `A[3*i - 2]`.
819
-;; 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