Files
clang-p2996/mlir/test/Dialect/SCF
Aviad Cohen f8b27949a8 [mlir][scf]: Add value bound between scf for loop yield and result (#123200)
We can prove that:
%result == %init_arg + trip_count * (%yielded_value - %iter_arg). Where
trip_count is (ub - lb) / step.
2025-01-19 08:52:46 +02:00
..