add ddot, change array propagation

This commit is contained in:
2026-03-12 04:25:45 +03:00
committed by ALEXks
parent 39abbafb3a
commit 97e60e16be
3 changed files with 175 additions and 139 deletions

View File

@@ -204,7 +204,7 @@ static int GetDefUseArray(SAPFOR::BasicBlock* block, LoopGraph* loop, ArrayAcces
current_dim = { start, step, iters, ref };
}
if (current_dim.start != 0 && current_dim.step != 0 && current_dim.tripCount != 0)
if (current_dim.step != 0 && current_dim.tripCount != 0)
{
accessPoint[n - index_vars.size()] = current_dim;
fillCount++;