[llvm] [DA] Fix zero coeff bug in Strong SIV test with runtime assumptions (#149991) (PR #155037)
Sjoerd Meijer via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 27 05:26:41 PST 2025
================
@@ -0,0 +1,34 @@
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -disable-output "-passes=print<da>" -aa-pipeline=basic-aa 2>&1 \
+; RUN: | FileCheck %s
+
+; Test case for bug fix where Strong SIV test incorrectly concludes "no dependence"
----------------
sjoerdmeijer wrote:
Nit, maybe for convenience, add the issue number here.
https://github.com/llvm/llvm-project/pull/155037
More information about the llvm-commits
mailing list