[Bug tree-optimization/77580] Improve devirtualization

2016-09-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77580 --- Comment #3 from Andrew Pinski --- I think this shows up in h264 code in spec2006.

[Bug tree-optimization/77580] Improve devirtualization

2016-09-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77580 --- Comment #2 from Richard Biener --- Note that for inlining to kick in this all has to be done during early optimization which is somewhat against its intent (perform transforms reducing code-size). Putting x > 10 ? f1 : f2 into the loop is al

[Bug tree-optimization/77580] Improve devirtualization

2016-09-13 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77580 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Component|m