Re: [PATCH v2] loop2_unroll: split loop exit during unrolling of uncountable loops

2025-05-12 Thread Artemiy Volkov
On 4/23/2025 6:01 PM, Artemiy Volkov wrote: > Hi all, > > sending a v2 of > https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680893.html after > fixing several issues with the original patch. Namely, the changes > since v1 are: > > - Remove the call to df_finish_pass () at the end of split_e

[PATCH v2] loop2_unroll: split loop exit during unrolling of uncountable loops

2025-04-23 Thread Artemiy Volkov
Hi all, sending a v2 of https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680893.html after fixing several issues with the original patch. Namely, the changes since v1 are: - Remove the call to df_finish_pass () at the end of split_exit () and simply restore the previous value of the DF fla