]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 15 Jun 2023 00:21:26 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 15 Jun 2023 00:21:26 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 00c8bcb9a9dd3148464a57a9f649790c21db54fa..e15affd6ac6bc07d9a32050bebd86e8c98e993b2 100644 (file)
@@ -1,3 +1,18 @@
+2023-06-14  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-06-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/i386/i386.cc (standard_sse_constant_opcode): Remove
+       superfluous spaces around \t for vpcmpeqd.
+
+2023-06-14  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/110227
+       * config/i386/sse.md (mov<mode>_internal>): Use x instead of v
+       for alternative 2 since there's no evex version for vpcmpeqd
+       ymm, ymm, ymm.
+
 2023-06-13  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 60b8c2b92b73648946372b23400e2a2c5659d8db..3f6866a6b546b019d4a64975db5bff8f39ce34bf 100644 (file)
@@ -1 +1 @@
-20230614
+20230615
index ee5197d1ddd9f86b94eebe547806aebfc7f91722..d237f58537f61227851baaf97d82a48a35337a1c 100644 (file)
@@ -1,3 +1,7 @@
+2023-06-14  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr110227.c: New test.
+
 2023-06-10  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/109650