Re: [PATCH V2] Set bound/cmp/control for until wrap loop.

2021-09-17 Thread Richard Biener via Gcc-patches
On Thu, 2 Sep 2021, Jiufu Guo wrote: > > Changes on V1: > * Add more test case > * Add comment for exit-condition transform > * Removing duplicate setting on niter->control > > This patch reset niter->control, niter->bound and niter->cmp in > number_of_iterations_until_wrap. > > Bootstrap and t

Re: [PATCH V2] Set bound/cmp/control for until wrap loop.

2021-09-15 Thread Jiufu Guo via Gcc-patches
Jiufu Guo writes: I may want to have a gentle ping on this. https://gcc.gnu.org/pipermail/gcc-patches/2021-September/578680.html BR, Jiufu > Changes on V1: > * Add more test case > * Add comment for exit-condition transform > * Removing duplicate setting on niter->control > > This patch reset n

[PATCH V2] Set bound/cmp/control for until wrap loop.

2021-09-02 Thread Jiufu Guo via Gcc-patches
Changes on V1: * Add more test case * Add comment for exit-condition transform * Removing duplicate setting on niter->control This patch reset niter->control, niter->bound and niter->cmp in number_of_iterations_until_wrap. Bootstrap and test pass on ppc64 and x86, and pass the test cases in PR.