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]

Re: powerpc64 rldic


	I forgot to mention before that it would be more efficient if the
predicate and constraint for the includes_rldicr_lshift_p() patterns were
"mask64_operand" and "S" instead of "const_int_operand" and "n".  The
patterns using includes_rldic_lshift_p() are special because of the
implicit extra transition, but the new patterns you added using
includes_rldicr_lshift_p() are a restricted form of mask64_operands.  It
is more efficient to filter out instructions at the predicate than at the
final condition.

Thanks, David


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