On Fri, Jan 8, 2016 at 1:23 PM, Jakub Jelinek <ja...@redhat.com> wrote: > On Fri, Jan 08, 2016 at 01:14:04PM -0800, H.J. Lu wrote: >> I think the testcase should be changed to >> >> double __attribute__ ((aligned (32))) *p;
FYI, gcc.target/i386/avx512vl-vmovaps-1.c has float __attribute__ ((aligned (32))) *p; > No. >> >> and I am testing a different patch by removing the whole >> aligned_mem stuff. > > That is just wrong and will severely pessimize correct code. > Please don't waste time on that. > Do you have an example to show it will pessimize correct code? -- H.J.