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] Update BBs in cleanup_barriers pass (PR rtl-optimization/61058)


On 01/26/15 06:34, Jakub Jelinek wrote:
On Mon, Jan 26, 2015 at 01:11:01PM +0100, Richard Biener wrote:
I agree that freeing the cfg and immediately computing it again doesn't make
sense, but I just don't see this patch being incompatible with that.

I wonder if handing over pass pipeline control to targets at
machine_reorg time (including free_cfg) makes sense...
(either giving control back for stuff like final() or make it call
into the middle-end again).

Perhaps, but not sure if such changes are desirable for stage4.
And certainly unsuitable for release branches.
That would seem to take a big mistake (machine_reorg) and make it even worse.

Jeff


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