Re: [PATCH] match: Unwrap non-lvalue as unary or binary operand

2025-06-30 Thread Richard Biener
On Fri, Jun 27, 2025 at 2:32 PM Mikael Morin wrote: > > Le 23/06/2025 à 09:34, Richard Biener a écrit : > > On Sun, Jun 22, 2025 at 10:23 PM Mikael Morin > > wrote: > >> > >> From: Mikael Morin > >> > >> See the description in the ChangeLog entry below. > >> > >> The testcases are best effort;

Re: [PATCH] match: Unwrap non-lvalue as unary or binary operand

2025-06-27 Thread Mikael Morin
Le 23/06/2025 à 09:34, Richard Biener a écrit : On Sun, Jun 22, 2025 at 10:23 PM Mikael Morin wrote: From: Mikael Morin See the description in the ChangeLog entry below. The testcases are best effort; for some operators the fortran frontend generates a temporary variable, so the simplificat

Re: [PATCH] match: Unwrap non-lvalue as unary or binary operand

2025-06-23 Thread Richard Biener
On Sun, Jun 22, 2025 at 10:23 PM Mikael Morin wrote: > > From: Mikael Morin > > See the description in the ChangeLog entry below. > > The testcases are best effort; for some operators the fortran frontend > generates a temporary variable, so the simplification doesn't happen. > Those cases are no