summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-04 14:00:29 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-04 14:00:29 +0000
commitb17ce62f45e4dad6e767dffb1e4676703dfb367e (patch)
tree48e17398703864eb4a21643c5d2da00328515093 /gcc/ChangeLog
parent16414c649cbf1dbc4fa45db8f896a636840787d2 (diff)
downloadgcc-b17ce62f45e4dad6e767dffb1e4676703dfb367e.tar.gz
2017-09-03 Jeff Law <law@redhat.com>
PR tree-optimization/64910 * tree-ssa-reassoc.c (reassociate_bb): For bitwise binary ops, swap the first and last operand if the last is a constant. PR tree-optimization/64910 * gcc.dg/tree-ssa/pr64910-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@251659 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0bc8b4b9b18..5170417bbb0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2017-09-04 Jeff Law <law@redhat.com>
+
+ PR tree-optimization/64910
+ * tree-ssa-reassoc.c (reassociate_bb): For bitwise binary ops,
+ swap the first and last operand if the last is a constant.
+
2017-09-04 Marek Polacek <polacek@redhat.com>
PR sanitizer/82072