Re: [PATCH] tree: Canonical order for ADDR

2025-05-14 Thread Richard Biener
On Wed, May 14, 2025 at 9:34 PM Andrew Pinski wrote: > > This is the followup based on the review at > https://inbox.sourceware.org/gcc-patches/cafiyyc3xeg75dswaf63zbu5uelpeaeohwgfogavydwouuj7...@mail.gmail.com/ > . > We should put ADDR_EXPR last instead of just is_gimple_invariant_address ones. >

[PATCH] tree: Canonical order for ADDR

2025-05-14 Thread Andrew Pinski
This is the followup based on the review at https://inbox.sourceware.org/gcc-patches/cafiyyc3xeg75dswaf63zbu5uelpeaeohwgfogavydwouuj7...@mail.gmail.com/ . We should put ADDR_EXPR last instead of just is_gimple_invariant_address ones. Note a few match patterns needed to be updated for this change b