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, committed] rs6000 predicates


David Edelsohn <dje@watson.ibm.com> writes:

> 	* config/rs6000/rs6000.h (PREDICATE_CODES): Add
> 	any_parallel_operand, lmw_operation, stmw_operation,
> 	mfcr_operation, mtcrf_operation.  Remove PARALLEL from any_operand.

I am extremely dubious about predicates whose PREDICATE_CODES set is
not consistent with what their code actually enforces.  genrecog
treats the PREDICATE_CODES information as an optimization, and it has
places where it might omit a test because it thinks the predicate will
do it.

zw


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