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] post cond-optab ARM cleanup


On Fri, 2009-05-15 at 02:52 -0400, Paolo Bonzini wrote:
> This patch cleans up the ARM backend after generic support for splitting
> UNEQ and LTGT has been added.  The cleanup comes mostly by removing the
> JUMP_CLOBBERS variable in the condexec generation code.
> 
> I tested this together with the other patches.  Ok?
> 
> Paolo
> 
> 2009-05-15  Paolo Bonzini  <bonzini@gnu.org>
> 
> 	* config/arm/arm.c (arm_final_prescan_ins): Eliminate code
> 	related to jump_clobbers.
> 	* config/arm/arm.md (conds): Remove jump_clob case.
> 	(addsi3_cbranch, addsi3_cbranch_scratch, subsi3_cbranch, two
> 	splits): Change comparison_operator to arm_comparison_operator.
> 	(*arm_buneq, *arm_bltgt, *arm_buneq_reversed, *arm_bltgt_reversed):
> 	Eliminate.

OK

R.


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