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]: Support concatenate with zero vector.


Hi,

I am checking this patch to support

(insn 10 9 11 3 x.c:17 (set (reg:V4DI 63)
        (vec_concat:V4DI (reg:V2DI 64)
            (const_vector:V2DI [
                    (const_int 0 [0x0])
                    (const_int 0 [0x0])
                ]))) -1 (nil))

H.J.
---
2008-05-12  H.J. Lu  <hongjiu.lu@intel.com>

        * config/i386/sse.md (*vec_concat<mode>_avx): Support
        concatenate with zero vector.

Attachment: c.txt
Description: Text document


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