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: Request for code review - (ZEE patch : Redundant Zero extension elimination)


On 5/11/10 21:21 , Sriraman Tallam wrote:

> 2010-05-11  Sriraman Tallam  <tmsriram@google.com>
> 
> 	* implicit-zee.c: New file.
> 	* tree-pass.h (pass_implicit_zee): Declare.
> 	* passes.c (init_optimization_passes): Add zee pass.
> 	* common.opt (fzee): New flag.
> 	* timevar.def (TV_ZEE): Define.
> 	* config/i386/i386.c (optimization_options): Turn on ZEE for level 2
> 	and beyond.
> 	* testsuite/gcc.target/i386/zee.c: New test case.
> 	* Makefile.in (implicit-zee.o): Add dependency.

The patch is OK.  Thank you for your patience during the review process.

Once you get write access from overseers@, you can apply it to trunk.


Diego.


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