]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 3 Sep 2024 00:23:54 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 3 Sep 2024 00:23:54 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index d7150b5bf5f2c77206333a959cf4503252148c06..2d281e6a4b506c060d3e73156939ce7d34bef113 100644 (file)
@@ -1,3 +1,17 @@
+2024-09-02  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2024-08-30  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/116512
+       * config/i386/i386.cc (ix86_check_avx_upper_register): Iterate
+       subrtx to scan for avx upper register.
+       (ix86_check_avx_upper_stores): Inline old
+       ix86_check_avx_upper_register.
+       (ix86_avx_u128_mode_needed): Ditto, and replace
+       FOR_EACH_SUBRTX with call to new
+       ix86_check_avx_upper_register.
+
 2024-08-22  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master:
index 18af8d7e288459049f48a8a55856b04b814c0254..a1e4e7fb8758e3167aadb50f3e1c1e3187c31393 100644 (file)
@@ -1 +1 @@
-20240902
+20240903
index 739b2a060a7233086250eafc65c4e11a4f71af24..1a9f58bd3d0d30a9acf5ed3e642a0877f4e1051f 100644 (file)
@@ -1,3 +1,10 @@
+2024-09-02  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2024-08-30  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr116512.c: New test.
+
 2024-08-22  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master: