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

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 05:16:31 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.
----------------
kasuga-fj wrote:

Is it permitted to add `XFAIL: *` temporary to the failed test?

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


More information about the llvm-commits mailing list