https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116649

--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
There are way more places we could usefully generate set[n]bc[r] insns.  For
example, consider

int f(int a, int b, int x) { return a < b ? x+5 : x+6; }

We currently generate a branchy thing for that, I actually expected an isel
thing, but we could likely do better with setbc even.

So if you find anything more, please let us know!

Reply via email to