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] Clear LOOP_CLOSED_SSA after pass_ccp


On 11/16/2015 02:33 PM, Tom de Vries wrote:
Hi,

while playing around with inserting pass_ccp here and there in the pass
list, I put it after a pass where the loops state contained
LOOP_CLOSED_SSA.

And apparently pass_ccp does not preserve loop-closed ssa.

As a consequence, during executing the pass_ccp todos,
verify_loop_closed_ssa fails.

This patch fixes that by noting in pass_ccp that it does not preserve
loop-closed ssa.

OK for trunk if bootstrap and reg-test succeeds?
OK.
jeff


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