Files
clang-p2996/mlir/lib/Dialect/SCF/IR/ValueBoundsOpInterfaceImpl.cpp
Amir Bishara 7090dff6fe [mlir][scf]: Add value bound for the computed upper bound of for loop (#126426)
Add additional bound for the induction variable of the `scf.for` such
that:
`%iv <= %lower_bound + (%trip_count - 1) * step`
2025-02-10 11:35:02 +02:00

9.0 KiB