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.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77580
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Component|m