aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2012-10-26 17:19:35 +0000
committerTeresa Johnson <tejohnson@gcc.gnu.org>2012-10-26 17:19:35 +0000
commitca3f371f1246db1bf2b71abfdf844a08e0f5dc31 (patch)
treea2eaa87b296b3829f298c857f1de301049610cf6 /gcc/ChangeLog
parent8256d5ca7870ab4aa5f74b9cb9183393b1024d0b (diff)
downloadgcc-ca3f371f1246db1bf2b71abfdf844a08e0f5dc31.zip
gcc-ca3f371f1246db1bf2b71abfdf844a08e0f5dc31.tar.gz
gcc-ca3f371f1246db1bf2b71abfdf844a08e0f5dc31.tar.bz2
Avoid conservative behavior in REE by allowing removal of redundant extends when...
Avoid conservative behavior in REE by allowing removal of redundant extends when the def feeds another extend with a different mode. This works because in merge_def_and_ext only calls combine_set_extension if the candidate for removal has a wider mode than the def extend's mode, otherwise the def extend mode is preserved. In combine_set_extension the def is modified to use the wider candidate's mode. 2012-10-26 Teresa Johnson <tejohnson@google.com> * ree.c (add_removable_extension): Remove unnecessary mode check with other extension. * testsuite/gcc.c-torture/execute/20111227-2.c: New test. * testsuite/gcc.c-torture/execute/20111227-3.c: Ditto. From-SVN: r192850
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 768f530..db8c352 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2012-10-26 Teresa Johnson <tejohnson@google.com>
+
+ * ree.c (add_removable_extension): Remove unnecessary
+ mode check with other extension.
+ * testsuite/gcc.c-torture/execute/20111227-2.c: New test.
+ * testsuite/gcc.c-torture/execute/20111227-3.c: Ditto.
+
2012-10-26 Jan Hubicka <jh@suse.cz>
* ipa-inline-transform.c (inline_call): Only account size changes