The second and third alternatives in *vec_extractv2si_zext_mem don't
require MMX. But the second one requires SSE2.
* config/i386/mmx.md (*vec_extractv2si_zext_mem): Doesn't require
MMX. Add isa attribute.
From-SVN: r268963
+2019-02-16 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/mmx.md (*vec_extractv2si_zext_mem): Doesn't require
+ MMX. Add isa attribute.
+
2019-02-16 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/66152
(vec_select:SI
(match_operand:V2SI 1 "memory_operand" "o,o,o")
(parallel [(match_operand:SI 2 "const_0_to_1_operand")]))))]
- "TARGET_64BIT && TARGET_MMX"
+ "TARGET_64BIT"
"#"
"&& reload_completed"
[(set (match_dup 0) (zero_extend:DI (match_dup 1)))]
{
operands[1] = adjust_address (operands[1], SImode, INTVAL (operands[2]) * 4);
-})
+}
+ [(set_attr "isa" "*,sse2,*")])
(define_expand "vec_extractv2sisi"
[(match_operand:SI 0 "register_operand")