+2021-03-07 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/99321
+ * config/i386/constraints.md (Yw): Use SSE_REGS if TARGET_SSE
+ but TARGET_AVX512BW or TARGET_AVX512VL is not set. Adjust description
+ and comment.
+ * config/i386/sse.md (v_Yw): New define_mode_attr.
+ (*<insn><mode>3, *mul<mode>3<mask_name>, *avx2_<code><mode>3,
+ *sse4_1_<code><mode>3<mask_name>): Use <v_Yw> instead of v
+ in constraints.
+ * config/i386/mmx.md (mmx_pshufw_1, *vec_dupv4hi): Use Yw instead of
+ xYw in constraints.
+
2021-03-06 Julian Brown <julian@codesourcery.com>
* tree-pretty-print.c (dump_generic_node): Emit non-generic
+2021-03-07 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/99321
+ * lib/target-supports.exp
+ (check_effective_target_assembler_march_noavx512bw): New effective
+ target.
+ * gcc.target/i386/avx512vl-pr99321-1.c: New test.
+
2021-03-06 Patrick Palka <ppalka@redhat.com>
Jakub Jelinek <jakub@redhat.com>