aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@gcc.gnu.org>2019-04-18 15:38:55 +0200
committerSegher Boessenkool <segher@gcc.gnu.org>2019-04-18 15:38:55 +0200
commit5f864b980af671c499756848a3d117968d253d4d (patch)
treeb9e81155ec79316e7eff63a583efa97ce62974c6 /gcc
parent714996e2c2e1fd788c87b3a87648977468ad4251 (diff)
downloadgcc-5f864b980af671c499756848a3d117968d253d4d.zip
gcc-5f864b980af671c499756848a3d117968d253d4d.tar.gz
gcc-5f864b980af671c499756848a3d117968d253d4d.tar.bz2
move ChangeLog entry to the correct file
From-SVN: r270444
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5b8c5ac..44a8387 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -238,6 +238,15 @@
* tree-ssa-reassoc.c (init_range_entry): Do not pick up
abnormal operands from def stmts.
+2019-04-15 Segher Boessenkool <segher@kernel.crashing.org>
+
+ PR rtl-optimization/89794
+ * combine.c (count_auto_inc): New function.
+ (try_combine): Count how many auto_inc expressions there were in the
+ original instructions. Ensure we have the same number in the new
+ instructions. Remove the code that tried to ensure auto_inc side
+ effects on i1 and i0 are not lost.
+
2019-04-15 Richard Biener <rguenther@suse.de>
PR ipa/88936