Home
last modified time | relevance | path

Searched refs:maxShift (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp262 uint64_t maxShift = *std::max_element(shifts.begin(), shifts.end()); in affineForOpBodySkew() local
263 if (maxShift >= numChildOps) { in affineForOpBodySkew()
272 std::vector<std::vector<Operation *>> sortedOpGroups(maxShift + 1); in affineForOpBodySkew()