[llvm-dev] Trip counts for loops with unknown strides

Raja Patra via llvm-dev llvm-dev at lists.llvm.org
Tue Nov 9 02:47:22 PST 2021


Hi all,

I am trying to find and compare trip counts for loops with unknown strides.

for(i=0; i<n: i+=c) {
  A[i] = i;
}
Does anyone know about any work in the ScalarEvolution pass or in llvm in
general ?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211109/b4cbb5d8/attachment.html>


More information about the llvm-dev mailing list