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

index 42057d35bcecad7cf24e3a4636c2942c7a33aa81..70103a645902ee3a2664257ac794cb58c098d50e 100644 (file)
@@ -1,3 +1,21 @@
+2023-07-16  Jan Hubicka  <jh@suse.cz>
+
+       PR middle-end/110649
+       * tree-vect-loop.cc (scale_profile_for_vect_loop): Rewrite.
+       (vect_transform_loop): Move scale_profile_for_vect_loop after
+       upper bound updates.
+
+2023-07-16  Jan Hubicka  <jh@suse.cz>
+
+       PR tree-optimization/110649
+       * tree-vect-loop.cc (optimize_mask_stores): Set correctly
+       probability of the if-then-else construct.
+
+2023-07-16  Jan Hubicka  <jh@suse.cz>
+
+       PR middle-end/110649
+       * tree-ssa-loop-ivcanon.cc (try_peel_loop): Avoid double profile update.
+
 2023-07-15  Andrew Pinski  <apinski@marvell.com>
 
        * doc/contrib.texi: Update my entry.
index d452cda0b47141763b35e33361a800bb77484bb0..4a97c3e4719cd24793328ca8e2be116380651eda 100644 (file)
@@ -1 +1 @@
-20230716
+20230717