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


>>>>> Zack Weinberg writes:

>> What case are you worried about?  The *_operation predicates not
>> explicitly testing for PARALLEL?  any_operand no longer including
>> PARALLEL?

Zack> Both.  Well, *_operation will probably abort if handed a non-PARALLEL,
Zack> so it's less of an issue.

	lmw_operation, stmw_operation, mfcr_operation, mtcrf_operation
only will be presented with PARALLEL.

	any_operand no longer will be presented a PARALLEL.

David


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