[llvm] [DA] Fix the check between Subscript and Size after delinearization (PR #151326)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 7 03:46:40 PDT 2025


================
@@ -1,5 +1,8 @@
 ; RUN: opt < %s -disable-output "-passes=print<ddg>" 2>&1 | FileCheck %s
 
+; XFAIL: *
+; At the moment, DependenceAnalysis cannot infer `n` to be positive.
----------------
Meinersbur wrote:

yes

https://github.com/llvm/llvm-project/pull/151326


More information about the llvm-commits mailing list