[llvm] [DA] Replace delinearization for fixed size array (PR #161822)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 15 08:11:47 PDT 2025
================
@@ -2,6 +2,9 @@
; RUN: opt < %s -disable-output "-passes=print<da>" -aa-pipeline=basic-aa 2>&1 \
; RUN: | FileCheck %s
+; XFAIL: *
+; Currently fails since delinearization doesn't work as expected.
----------------
Meinersbur wrote:
Do you know what's the issue?
https://github.com/llvm/llvm-project/pull/161822
More information about the llvm-commits
mailing list