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

index f65b6fe5dfccb164b6ead6af49c43dfbcd5a38cf..b6bafd45e2be5f12f74faae2a8462bb123d41fd0 100644 (file)
@@ -1,3 +1,18 @@
+2025-07-28  Xi Ruoyao  <xry111@xry111.site>
+
+       Backported from master:
+       2025-07-17  Xi Ruoyao  <xry111@xry111.site>
+
+       PR target/121064
+       * config/loongarch/lsx.md (lsx_vshuf_<lsxfmt_f>): Add '@' to
+       generate a mode-aware helper.  Use <VIMODE> as the mode of the
+       operand 1 (selector).
+       * config/loongarch/lasx.md (lasx_xvshuf_<lasxfmt_f>): Likewise.
+       * config/loongarch/loongarch.cc
+       (loongarch_try_expand_lsx_vshuf_const): Create a new pseudo for
+       the selector.  Use the mode-aware helper to simplify the code.
+       (loongarch_expand_vec_perm_const): Likewise.
+
 2025-07-26  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master:
index 8ad65ad54e83a44dd57d70c9782653964894653b..5d7eb78221fa77598a24b969abd2b8bcdbec4fbf 100644 (file)
@@ -1 +1 @@
-20250728
+20250729
index 15476e6222815ec663a223edea28854c882a8d23..406dffd79ba59391bc0399ded0ab6d1d5e17d4eb 100644 (file)
@@ -1,3 +1,11 @@
+2025-07-28  Xi Ruoyao  <xry111@xry111.site>
+
+       Backported from master:
+       2025-07-17  Xi Ruoyao  <xry111@xry111.site>
+
+       PR target/121064
+       * gcc.target/loongarch/pr121064.c: New test.
+
 2025-07-26  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master: