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~

Reply via email to