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 GCC][1/3]Simplify (A + CST cmp A -> CST cmp zero) for undefined overflow type


On Thu, 19 Oct 2017, Bin Cheng wrote:

	* match.pd (A + CST cmp A  ->  CST cmp zero): New simplification
	for undefined overflow types in (A + CST CMP A  ->  A CMP' CST').

Could you check if you still need that? I recently added something very similar (search for "X + Y < Y" in match.pd).

--
Marc Glisse


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