Re: [PATCH 4/5] dce: Use a base common base class for pass_cd_dce and pass_dce

2024-10-14 Thread Richard Biener
On Mon, Oct 14, 2024 at 4:30 AM Andrew Pinski wrote: > > The classes pass_dce and pass_cd_dce share the same mechansim for their > params and almost the same execute functionality so let's create a new > base class which will be used for these two classes and move the common > code into the same o

[PATCH 4/5] dce: Use a base common base class for pass_cd_dce and pass_dce

2024-10-13 Thread Andrew Pinski
The classes pass_dce and pass_cd_dce share the same mechansim for their params and almost the same execute functionality so let's create a new base class which will be used for these two classes and move the common code into the same one. Note update_address_taken_p was updated to be a NSDMI inste