[Bug tree-optimization/22401] DOM messes up the profiling info

2023-07-06 Thread hubicka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22401 --- Comment #5 from Jan Hubicka --- This is now threaded by threadfull2: Checking profitability of path (backwards): bb:3 (2 insns) bb:2 Control statement insns: 2 Overall: 0 insns path: 2->3->xx REJECTED Checking profitability of path (ba

[Bug tree-optimization/22401] DOM messes up the profiling info

2021-08-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22401 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug tree-optimization/22401] DOM messes up the profiling info

2014-07-28 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22401 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com --- Comment #3 fr

[Bug tree-optimization/22401] DOM messes up the profiling info

2005-08-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-05 04:22 --- (In reply to comment #1) > DOM seems to be innocent here. Hmm, VRP gets it correct, in that there are no warnings for the following code: void __show_backtrace(void *rw) { if (rw == 0) return; L0:; i

[Bug tree-optimization/22401] DOM messes up the profiling info

2005-07-15 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00 |2005-07-

[Bug tree-optimization/22401] DOM messes up the profiling info

2005-07-15 Thread hubicka at gcc dot gnu dot org
--- Additional Comments From hubicka at gcc dot gnu dot org 2005-07-15 09:58 --- DOM seems to be innocent here. Before DOM the header is copied and DOM notice that loop is infinite when entered. There is no sane way to represent infinite loop in profile (ie it's frequency would have

[Bug tree-optimization/22401] DOM messes up the profiling info

2005-07-11 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||hubicka at gcc dot gnu dot ||org http://gcc.gnu.org/bugzilla/sh