]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 8 Mar 2021 00:16:34 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 8 Mar 2021 00:16:34 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index e4a65e4bf447dbe8f7f3230d29ae08672a860fd2..277adfec3b88ea65ee8ba00df25cc2f484f0ea80 100644 (file)
@@ -1,3 +1,16 @@
+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
index eb3ed96bdfa26ea6a93d1b8fdb0e67fea9c5bd1e..73aebd5f10374d8b02df9fd0c927058c77d9b83a 100644 (file)
@@ -1 +1 @@
-20210307
+20210308
index d7d069a7f8da4fc00e2d8044707272140cd8fe04..8ff609024a650c637265571e40b569ad1872c520 100644 (file)
@@ -1,3 +1,11 @@
+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>