Query per-copy extents with the same chain shape the value path builds

This commit is contained in:
Dennis Kobert
2026-08-25 16:36:49 +00:00
parent db761cf8ed
commit 5176bfd331
4 changed files with 48 additions and 18 deletions

View File

@@ -561,7 +561,7 @@ impl ProtoNetwork {
let branch = self.find_context_dependencies(node);
let mut lifted = branch.0.clone();
lifted.index_levels = lifted.index_levels.popped(pushed_levels.get(input).copied().unwrap_or(0));
lifted.index_levels = lifted.index_levels.lifted(0, pushed_levels.get(input).copied().unwrap_or(0));
combined_deps |= &lifted;
branch_dependencies.push(branch);
}