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][RFA][PR tree-optimization/79095] Improve overflow test optimization and avoid invalid warnings


On Thu, 26 Jan 2017, Richard Biener wrote:

I also notice we dont' handle 1 - A CMP A anywhere.

Hmm, what are we supposed to transform that into? For ==, that would be false (parity), but for < it is false for 0, true for 1, false for 2, then true again after MAX/2... Nothing obvious.

--
Marc Glisse


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