Re: [PATCH 5/5] Add an aligned_register_operand predicate

2023-11-19 Thread Jeff Law
On 11/12/23 07:52, Richard Sandiford wrote: This patch adds a target-independent aligned_register_operand predicate, for use with register constraints that use filters to impose an alignment. The definition deliberately jetisons some of the historical baggage in general_operand. gcc/

[PATCH 5/5] Add an aligned_register_operand predicate

2023-11-12 Thread Richard Sandiford
This patch adds a target-independent aligned_register_operand predicate, for use with register constraints that use filters to impose an alignment. The definition deliberately jetisons some of the historical baggage in general_operand. gcc/ * common.md (aligned_register_operand): New pred