On Wed Apr 12 15:31:44 2023 +0000, Giovanni Mascellani wrote:
Maybe we could just FIXME() for the "unroll" (no count) case? Or
WARN()? Just so that we get some trace reminding us that we aren't doing the correct thing, even though it shouldn't matter most of the time. BTW, in which case is unrolling actually going to break something?
Unrolling on itself is not going to, not unrolling with explicit iteration counter might break things.