[Bug tree-optimization/42646] Jump threading breaks canonical loop forms

2021-08-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42646 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization --- Comment #5 from

[Bug tree-optimization/42646] Jump threading breaks canonical loop forms

2010-01-08 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-01-08 11:52 --- It just means that we shouldn't thread to the header but always to the latch block. Note that this restriction should probably be restricted to the threading before loop optimizations. Or the 1st jump threading sho

[Bug tree-optimization/42646] Jump threading breaks canonical loop forms

2010-01-07 Thread joefoxreal at gmail dot com
--- Comment #3 from joefoxreal at gmail dot com 2010-01-08 01:41 --- Created an attachment (id=19505) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19505&action=view) the cfg of foo.c.080t.dom1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42646

[Bug tree-optimization/42646] Jump threading breaks canonical loop forms

2010-01-07 Thread joefoxreal at gmail dot com
--- Comment #2 from joefoxreal at gmail dot com 2010-01-08 01:40 --- Created an attachment (id=19504) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19504&action=view) the cfg of foo.c.079t.copyrename3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42646

[Bug tree-optimization/42646] Jump threading breaks canonical loop forms

2010-01-07 Thread joefoxreal at gmail dot com
--- Comment #1 from joefoxreal at gmail dot com 2010-01-07 14:29 --- Created an attachment (id=19498) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19498&action=view) cfg of the function foo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42646