On Tue, Nov 24, 2015 at 2:13 AM, Segher Boessenkool
<seg...@kernel.crashing.org> wrote:
> Calling rs6000_is_valid_and_mask on a reg instead of on a const_int is
> not a good idea, as PR68332 and PR67677 as well as testing with
> --enable-checking=yes,rtl show.  Fix this.
>
> Bootstrapped and tested on powerpc64-linux.  Is this okay for trunk?
>
>
> Segher
>
>
> 2015-11-24  Segher Boessenkool  <seg...@kernel.crashing.org>
>
>         PR target/66217
>         PR target/67677
>         PR target/68332
>         * config/rs6000/predicates.md (and_operand): Check that the operand
>         is a const_int before calling rs6000_is_valid_and_mask.

Okay.

Thanks, David

Reply via email to