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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
You can use --param logical-op-non-short-circuit=0 or --param
logical-op-non-short-circuit=1 in the mean time to force particular decisions
about branch costs (or -mbranch-cost= on certain targets).

Reply via email to