This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [i386, avx2] Fix representation of the 256-bit vpblendw


On 10/07/2011 02:40 PM, Jakub Jelinek wrote:
> On Fri, Oct 07, 2011 at 02:13:40PM -0700, Richard Henderson wrote:
>> +(define_insn "*avx2_pblendw"
>> +  [(set (match_operand:V16HI 0 "register_operand" "=x")
>> +	(vec_merge:V16HI
>> +	  (match_operand:V16HI 2 "nonimmediate_operand" "xm")
>> +	  (match_operand:V16HI 1 "register_operand" "x")
>> +	  (match_operand:SI 3 "avx2_pblendw_operand" "n")))]
>> +  "TARGET_SSE4_1"
> 
> TARGET_AVX2 instead?

Blah.  Yes.  I changed the expander but not the insn.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]