[Bug tree-optimization/35357] Loop peeling not happening

2022-12-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35357 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0 Status|UNCONFIRMED

[Bug tree-optimization/35357] Loop peeling not happening

2018-04-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35357 --- Comment #3 from Andrew Pinski --- I think this is fixed for GCC 8 for the work on HMMER.

[Bug tree-optimization/35357] Loop peeling not happening

2012-10-26 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35357 --- Comment #2 from davidxl 2012-10-26 16:55:48 UTC --- (In reply to comment #1) > What is the expected optimization and what is its benefit? Should be transformed into the following the simplified loop body. void foo(int n) { i

[Bug tree-optimization/35357] Loop peeling not happening

2008-02-25 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-02-25 11:48 --- What is the expected optimization and what is its benefit? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --