[llvm] [Delinearization] Add function for fixed size array without relying on GEP (PR #145050)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 1 05:39:48 PDT 2025


================
@@ -32,6 +33,11 @@ using namespace llvm;
 #define DL_NAME "delinearize"
 #define DEBUG_TYPE DL_NAME
 
+static cl::opt<bool> UseFixedSizeArrayHeuristic(
+    "delinearize-use-fixed-size-array-heuristic", cl::init(false), cl::Hidden,
----------------
sjoerdmeijer wrote:

If we are going to improve this, then my preference would be to have it on by default. But I now understand you would like to follow up on this soon. 

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


More information about the llvm-commits mailing list