On Fri, Nov 11, 2022 at 8:39 AM Andrew Pinski <pins...@gmail.com> wrote:
>
> On Fri, Nov 11, 2022 at 12:57 AM Marc Glisse via Gcc <gcc@gcc.gnu.org> wrote:
> >
> > On Thu, 10 Nov 2022, Kevin Lee wrote:

> > > What would be causing the difference? Is this intended? Link
> > > <https://godbolt.org/z/eWxnYsK1z> for details. Thank you!
> >
> > See LOGICAL_OP_NON_SHORT_CIRCUIT in fold-const.cc (and various discussions
> > on the topic in mailing lists and bugzilla).
>

Thank you for the pointer Marc!

> I filed https://gcc.gnu.org/PR107642 to cover the issues around
> LOGICAL_OP_NON_SHORT_CIRCUIT and BRANCH_COST.
> I hope to get some time in the GCC 14 timeframe to flush out some of
> these target macro/hooks issue where the
> definitions are not so clear.
>

This PR was a great explanation for the macro. Thanks!

Reply via email to