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, RS6000] Correct constraints for ior<mode>_mask


On Thu, Aug 27, 2015 at 9:02 AM, Alan Modra <amodra@gmail.com> wrote:
> ior<mode>_mask always splits to rtl matching rotl<mode>3_insert.  The
> latter requires one of its input operands match the output, so let
> reload/lra know the equivalent operand match must also occur for
> ior<mode>_mask.
>
> Bootstrapped and regression tested powerpc64le-linux.  OK to apply?
>
>         PR target/67356
>         * config/rs6000/rs6000.md (ior<mode>_mask): Use constraint "0"
>         for operand 1.

Okay.

Thanks, David


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