This is the mail archive of the gcc@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]

Re: Simple optimizations missing


Frank Klemm wrote:
> 
> Expression optimizations:
> 
>         x / x = 1
>         x % x = 0
> 
> Trivial.
Only if you can deduce that x != 0


> --
> Frank Klemm

Graham


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