Re: [PATCH] sccvn: Punt on ref->size not multiple of 8 for memset (, 123, ) in 9.x [PR93945]

2020-02-27 Thread Richard Biener
On Thu, 27 Feb 2020, Jakub Jelinek wrote: > Hi! > > And here is the corresponding 9.x change where we the patch just punts if > ref->size is not whole bytes, like we already punt if offseti is not byte > aligned. > > Tested on x86_64-linux and powerpc64-linux, ok for 9.3? OK. Thanks, Richard.

[PATCH] sccvn: Punt on ref->size not multiple of 8 for memset (, 123, ) in 9.x [PR93945]

2020-02-27 Thread Jakub Jelinek
Hi! And here is the corresponding 9.x change where we the patch just punts if ref->size is not whole bytes, like we already punt if offseti is not byte aligned. Tested on x86_64-linux and powerpc64-linux, ok for 9.3? 2020-02-27 Jakub Jelinek PR tree-optimization/93945 *