]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ChangeLog: Add my last entry.
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 21 Dec 2018 18:15:49 +0000 (19:15 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 21 Dec 2018 18:15:49 +0000 (19:15 +0100)
From-SVN: r267335

gcc/ChangeLog

index a8112a3866b98868f0d1acc6b9fa8258d28c56d1..80100b28851cfd60c2507d90696cf0170e5c2569 100644 (file)
@@ -1,3 +1,14 @@
+2018-12-21  Uros Bizjak  <ubizjak@gmail.com>
+
+       Backport from mainline
+       2018-12-10  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/88418
+       * config/i386/i386.c (ix86_expand_sse_cmp): For vector modes,
+       check operand 1 with vector_operand predicate.
+       (ix86_expand_sse_movcc): For vector modes, check op_true with
+       vector_operand, not nonimmediate_operand.
+
 2018-12-19  Bill Schmidt  <wschmidt@linux.ibm.com>
 
        Backport from mainline