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] Move NEG/NOT opts from combine.c to simplify-rtx.c


Roger Sayle <roger@eyesopen.com> writes:

> 	* combine.c (combine_simplify_rtx): Move several NOT and NEG
> 	optimizations from here...
> 	* simplify-rtx.c (simplify_unary_operation): to here.  Recursively
> 	simplify expressions using simplify_gen_*ary instead of gen_rtx_*.

Ok.

zw


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