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]

[AVX]: Don't use AVX patterns for RTL expand


Hi,

There is no need to use AVX patterns for RTL expand if they are
the same as SSE ones. I am checking in this patch to remove
them.


H.J.
---
2008-04-25  H.J. Lu  <hongjiu.lu@intel.com>

        * config/i386/i386.c (ix86_expand_sse4_unpack): Revert the
        last change.
        (ix86_expand_binop_imm_builtin): Don't check AVX.
        (ix86_expand_store_builtin): Likewise.
        (ix86_expand_unop_builtin): Likewise.

        * config/i386/i386.md (avx_ashlti3): Renamed to ...
        (*avx_ashlti3): This.
        (avx_lshrti3): Renamed to ...
        (*avx_lshrti3): This.

        * config/i386/sse.md (avx_movntv2di): Renamed to ...
        (*avx_movntv2di): This.

Attachment: code.txt
Description: Text document


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