On Tue, 19 Nov 2024, Jakub Jelinek wrote:
> Hi!
>
> The following patch handles PAREN_EXPR in bitint lowering, and handles it
> as an optimization barrier, so that temporary arithmetics from PAREN_EXPR
> isn't mixed with temporary arithmetics from outside of the PAREN_EXPR.
>
> Bootstrapped/regt
Hi!
The following patch handles PAREN_EXPR in bitint lowering, and handles it
as an optimization barrier, so that temporary arithmetics from PAREN_EXPR
isn't mixed with temporary arithmetics from outside of the PAREN_EXPR.
Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk?
2024