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

--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
We generally want less stmts on GIMPLE, (-(type)a) | 1 is more than
a ? -1 : 1 which means it should be a RTL expansion time optimization.

Reply via email to