This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, PR middle-end/70807] Free dominance info in CSE pass


On 05/10/2016 07:36 PM, Richard Biener wrote:

The policy for passes is to only free dominator info if they wreck
it.  They have to expect it being present but can also choose to free
it early of course.

Seems like a policy that's inviting surprises such as this one, but if this is the case, the entire patch is OK.


Bernd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]