> How about going for a slight variation of your original patch. After: > > nvectors *= 2; > > add: > > /* We need to be able to to fuse COUNT / NVECTORS elements together. */ > if (!multple_p (count, nvectors)) > return false; > > OK like that if it works.
Thank you, it works like that (bootstrapped and regtested on x86, aarch64 and power10). Going to commit in the next hours. -- Regards Robin