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: Ping: PR25514: A problem with note distribution in combine


    but i2+i3 was invalid so it was split to

	deleted
	other insns
	i2
	i3

    A rather useless exercise on the part of combine

I'm fairly sure combine will never do that: to avoid infinite loops, it always
must *decrease* the number of insns.


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