Files
clang-p2996/mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
Vivian a9d1fead96 Fix the condition for peeling the first iteration (#86350)
This PR fixes the condition used in loop peeling of the first iteration.
Using ceilDiv instead of floorDiv when calculating the loop counts, so
that the first iteration gets peeled as needed.
2024-03-25 09:53:57 -07:00

14 KiB