[llvm] [DA] Replace delinearization for fixed size array (PR #161822)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 03:42:05 PST 2025


================
@@ -3,6 +3,10 @@
 
 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
 
+; XFAIL: *
+; The transformation seems to have succeeded "accidentally". It should be fixed
+; by PR #156578.
----------------
kasuga-fj wrote:

I was planning to wait for https://github.com/llvm/llvm-project/pull/156578 to be merged, but the author has not responded for a while, I'd prefer to proceed this one first. I believe this test should be fixed by that PR.

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


More information about the llvm-commits mailing list