summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-07-10 00:19:06 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-07-10 00:19:06 +0000
commit7282722666c2bc43a4f10dcb88b100f8fe4d7bcc (patch)
treec300bb32c52e28b28e2b4f4d2e33d5b2a13628b2 /gcc/ChangeLog
parent3ce205f62dea251482806d3efce992134c5677cd (diff)
Daily bump.
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e34775c433f..38d4c7983bd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2022-07-09 Roger Sayle <roger@nextmovesoftware.com>
+ Uroš Bizjak <ubizjak@gmail.com>
+
+ PR target/105930
+ * config/i386/i386.md (*<any_or>di3_doubleword): Split after
+ reload. Use rtx_equal_p to avoid creating memory-to-memory moves,
+ and emit NOTE_INSN_DELETED if operand[2] is zero (i.e. with -O0).
+
2022-07-08 Lulu Cheng <chenglulu@loongson.cn>
Backported from master: