Re: [PATCH 4/4] Rename expand_powcabs pass to expand_pow

2024-07-02 Thread Richard Biener
On Mon, Jul 1, 2024 at 11:48 PM Andrew Pinski wrote: > > Since cabs expansion was removed from this pass, > it would be good to rename it. OK > Bootstrapped and tested on x86_64-linux-gnu > > gcc/ChangeLog: > > * passes.def (expand_pow): Renamed from expand_powcabs. > * timevar.d

[PATCH 4/4] Rename expand_powcabs pass to expand_pow

2024-07-01 Thread Andrew Pinski
Since cabs expansion was removed from this pass, it would be good to rename it. Bootstrapped and tested on x86_64-linux-gnu gcc/ChangeLog: * passes.def (expand_pow): Renamed from expand_powcabs. * timevar.def (TV_TREE_POWCABS): Remove. (TV_TREE_POW): Add * tree-pa