Re: [PATCH] bitintlower: Handle PAREN_EXPR [PR117459]

2024-11-19 Thread Richard Biener
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

[PATCH] bitintlower: Handle PAREN_EXPR [PR117459]

2024-11-18 Thread Jakub Jelinek
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