amitamd7 wrote: > Additional end2end test ideas: > > * `counts(v,omp_fill)`, `counts(omp_fill)` (non-contant `v`) > * loop with negative increment: `for (int i = n; i >= 0; --i)` > * loop with non-constant increment: `for (int i = 0; i < n; i+=c)` > > I think at least the first should be covered
Added: nonconstant_incr.c, negative_incr.c & nonconstant_count.c https://github.com/llvm/llvm-project/pull/183261 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
