Re: [PATCH] Fix PR89618

2019-03-10 Thread Uros Bizjak
> This fixes a missed vectorization because loop_version (and in the end > copy_loop_info) didn't copy IVDEP info (safelen) during if-conversion > versioning. > > Bootstrap & regtest running on x86_64-unknown-linux-gnu. > > Even though this isn't a regression I'd like to fix this for GCC 9, > it ma

Re: [PATCH] Fix PR89618

2019-03-07 Thread Jakub Jelinek
On Thu, Mar 07, 2019 at 01:03:43PM +0100, Richard Biener wrote: > > This fixes a missed vectorization because loop_version (and in the end > copy_loop_info) didn't copy IVDEP info (safelen) during if-conversion > versioning. > > Bootstrap & regtest running on x86_64-unknown-linux-gnu. > > Even t