This is the mail archive of the gcc-bugs@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]

[Bug target/62128] Use vpalignr for AVX2 rotation


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62128

--- Comment #2 from Stupachenko Evgeny <evstupac at gmail dot com> ---
The patch fixing this submitted for review.
Code generated when patch applied:

        vperm2i128      $33, %ymm0, %ymm0, %ymm1
        vpalignr        $1, %ymm0, %ymm1, %ymm1
        vmovdqa %ymm1, %ymm0


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