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] s390: Move predicates to predicates.md.


On Thu, Mar 17, 2005 at 05:58:00PM -0500, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to move predicates to predicates.md.
> 
> Built cc1 for s390-linux.  OK to apply?
> 
> p.s.
> If you could bootstrap this patch on a target hardware, that would be
> greatly appreciated.
> 
> Kazu Hirata
> 
> 2005-03-17  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* config/s390/s390-protos.h: Add prototypes to
> 	s390_decompose_address, check_mode, and
> 	s390_branch_condition_mask.
> 	* config/s390/s390.c (SYMBOL_FLAG_ALIGN1): Move to s390.h.
> 	(DISP_IN_RANGE): Move to s390.h.
> 	(s390_comparison, s390_alc_comparison, s390_slb_comparison,
> 	const0_operand, consttable_operand, larl_operand, s_operandw,
> 	shift_count_operand, bras_sym_operand,
> 	load_multiple_operation, store_multiple_operation,
> 	s390_plus_operand): Move to predicates.md.
> 	(s390_branch_condition_mask, s390_decompose_address): Make
> 	them extern.
> 	* config/s390/s390.h (PREDICATE_CODES): Remove.
> 	* config/s390/s390.md: Include predicates.md.
> 	(predicates.md): New.

Hi,

Thanks for your patch. Unfortunately, bootstrap failed because most of the predicates actually have to be 'special_predicates' here. 
We are currently working on a similar patch...

Best regards,

Adrian Straetling


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