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]

[PATCH, i386]: Do not match (const_int 0) and (const_int 1) with const_wide_int


Hello!

(const_int 0) and (const_int 1) are never const_wide_int.

2016-04-25  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/predicates.md (const0_operand): Do not match
    const_wide_int code.
    (const1_operand): Ditto.

Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}.

Committed to mainline SVN.

Uros.

Attachment: r.diff.txt
Description: Text document


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