[Bug tree-optimization/69270] DOM should exploit range information to create more equivalences

2016-11-17 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69270 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org See

[Bug tree-optimization/69270] DOM should exploit range information to create more equivalences

2016-08-30 Thread mwahab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69270 mwahab at gcc dot gnu.org changed: What|Removed |Added CC||mwahab at gcc dot gnu.org

[Bug tree-optimization/69270] DOM should exploit range information to create more equivalences

2016-01-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69270 --- Comment #5 from Andreas Schwab --- FAIL: gcc.target/aarch64/tst_3.c scan-assembler tst\t(x|w)[0-9]*.*1

[Bug tree-optimization/69270] DOM should exploit range information to create more equivalences

2016-01-15 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69270 --- Comment #4 from Jeffrey A. Law --- Author: law Date: Fri Jan 15 22:32:05 2016 New Revision: 232453 URL: https://gcc.gnu.org/viewcvs?rev=232453=gcc=rev Log: PR tree-optimization/69270 * tree-ssanames.c

[Bug tree-optimization/69270] DOM should exploit range information to create more equivalences

2016-01-14 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69270 --- Comment #3 from Jeffrey A. Law --- Author: law Date: Fri Jan 15 02:45:44 2016 New Revision: 232399 URL: https://gcc.gnu.org/viewcvs?rev=232399=gcc=rev Log: PR tree-optimization/69270 * tree-ssa-dom.c

[Bug tree-optimization/69270] DOM should exploit range information to create more equivalences

2016-01-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69270 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/69270] DOM should exploit range information to create more equivalences

2016-01-13 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69270 --- Comment #1 from Jeffrey A. Law --- Author: law Date: Thu Jan 14 07:38:18 2016 New Revision: 232361 URL: https://gcc.gnu.org/viewcvs?rev=232361=gcc=rev Log: [PATCH][PR tree-optimization/69270] Exploit VRP information in DOM PR