[ fix changelog ]
authorSegher Boessenkool <segher@gcc.gnu.org>
Wed, 22 Aug 2018 16:04:09 +0000 (18:04 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 22 Aug 2018 16:04:09 +0000 (18:04 +0200)
2018-08-22  Segher Boessenkool  <segher@kernel.crashing.org>

PR rtl-optimization/86771
* combine.c (try_combine): Do not allow splitting a resulting PARALLEL
of two SETs into those two SETs, one to be placed at i2, if that SETs
destination is modified between i2 and i3.

From-SVN: r263780

gcc/ChangeLog

index fb267ab40ad9ac5080b9590ac32e676f6b8a5f40..82e7950375fcbb546820e493535c278c73a8905d 100644 (file)
@@ -1,5 +1,6 @@
 2018-08-22  Segher Boessenkool  <segher@kernel.crashing.org>
 
+       PR rtl-optimization/86771
        * combine.c (try_combine): Do not allow splitting a resulting PARALLEL
        of two SETs into those two SETs, one to be placed at i2, if that SETs
        destination is modified between i2 and i3.