Re: [PATCH 5/n, i386]: Merge SSE and AVX patterns using "enable" attribute.

2011-04-11 Thread Uros Bizjak
On Mon, Apr 11, 2011 at 10:54 PM, Uros Bizjak wrote: > Attached patch merges "Parallel bitwise logical operations" section of > sse.md.  In addition to the merge, the patch also enables these > patterns for TARGET_SSE (using PS version of the insn) and handles > TARGET_SSE_PACKED_SINGLE_INSN_OPTI

[PATCH 5/n, i386]: Merge SSE and AVX patterns using "enable" attribute.

2011-04-11 Thread Uros Bizjak
Hello! Attached patch merges "Parallel bitwise logical operations" section of sse.md. In addition to the merge, the patch also enables these patterns for TARGET_SSE (using PS version of the insn) and handles TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL target flag. 2011-04-12 Uros Bizjak *