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] Simplify x^y == z to x == y^z if y^z simplifies


Steven Bosscher wrote:
> On Tuesday 06 December 2005 23:28, Mark Mitchell wrote:
> 
>>Andrew Pinski wrote:
>>
>>>While looking at optimizations which combine and LLVM does, I noticed
>>>that fold does not simplify x^y == z to x == y^z when y^z simplifies.
>>
>>OK.
> 
> 
> Roger Sayle already reviewed this and said it was not yet OK:
> http://gcc.gnu.org/ml/gcc-patches/2005-12/msg00291.html

OK, then; my approval is hereby withdrawn!  I'm annoyed at myself that I
didn't see Roger's mail; apparently, I must have deleted that without
deleting Andrew's mail.

Thanks,

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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