[llvm] [polly] [delinearize] Extract array dimensions from alloca and global declarations (PR #156342)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 9 10:16:11 PDT 2025
================
@@ -38,6 +41,10 @@ static cl::opt<bool> UseFixedSizeArrayHeuristic(
cl::desc("When printing analysis, use the heuristic for fixed-size arrays "
"if the default delinearizetion fails."));
+static cl::opt<bool> useGEPToDelinearize(
----------------
alexey-bataev wrote:
`UseGEPToDelinearize`
https://github.com/llvm/llvm-project/pull/156342
More information about the llvm-commits
mailing list