Re: Fix some tests for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL

2014-05-08 Thread Uros Bizjak
On Thu, May 8, 2014 at 3:10 AM, Joseph S. Myers wrote: > Having fixed TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to apply only to > 128-bit vectors, some --with-arch=bdver3 --with-cpu=bdver3 > scan-assembler failures relating to that tuning remain, because of > different choices of instructions for 128

Fix some tests for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL

2014-05-07 Thread Joseph S. Myers
Having fixed TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to apply only to 128-bit vectors, some --with-arch=bdver3 --with-cpu=bdver3 scan-assembler failures relating to that tuning remain, because of different choices of instructions for 128-bit vectors from the choices expected by the tests. This patch