[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
================
@@ -14,15 +14,18 @@
//===----------------------------------------------------------------------===//
#include "llvm/Analysis/Delinearization.h"
+#include "llvm/ADT/DenseMap.h"
----------------
alexey-bataev wrote:
Looks like not sorted includes?
https://github.com/llvm/llvm-project/pull/156342
More information about the llvm-commits
mailing list