On 5/19/23 20:14, Andrew Pinski via Gcc-patches wrote:
Instead of using creating trees to the expansion,
just expand directly which makes the code a little simplier
but also reduces how much GC memory will be used during the expansion.

OK? Bootstrapped and tested on x86_64-linux.

gcc/ChangeLog:

        * expr.cc (fold_single_bit_test): Rename to ...
        (expand_single_bit_test): This and expand directly.
        (do_store_flag): Update for the rename function.
OK.

jeff

Reply via email to