[llvm] [polly] [delinearize] Extract array dimensions from alloca and global declarations (PR #156342)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 2 08:20:30 PDT 2025


================
@@ -714,7 +895,140 @@ bool llvm::tryDelinearizeFixedSizeImpl(
   if (!SrcGEP)
     return false;
 
-  getIndexExpressionsFromGEP(*SE, SrcGEP, Subscripts, Sizes);
+  // When flag useGEPToDelinearize is false, delinearize only using array_info.
----------------
Meinersbur wrote:

`array_info` probably refers to another patch, it is not currently that appears in LLVM-IR.

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


More information about the llvm-commits mailing list