[llvm] [DA] Check for overflow in strong SIV test (PR #166223)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 5 01:16:38 PST 2025
================
@@ -12,19 +12,24 @@
; A[2*i - 4] = 2;
; }
;
-; FIXME: DependenceAnalysis currently detects no dependency between the two
-; stores, but it does exist. For example, each store will access A[0] when i
-; is 1 and 2 respectively.
-; The root cause is that the product of the BTC and the coefficient
-; ((1LL << 62) - 1 and 2) overflows in a signed sense.
----------------
kasuga-fj wrote:
It doesn't seem to be fixed. Maybe forget to commit?
https://github.com/llvm/llvm-project/pull/166223
More information about the llvm-commits
mailing list