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]: Add *vec_extractv16qi_zext insn pattern


As suggested in PR 91201 to avoid zero-extension to HImode for SSE4.1 targets.

2019-08-02  Uroš Bizjak  <ubizjak@gmail.com>

    PR target/91201
    * config/i386/sse.md (*vec_extractv16qi_zext): New insn pattern.

testsuite/ChangeLog:

2019-08-02  Uroš Bizjak  <ubizjak@gmail.com>

    PR target/91201
    * gcc.target/i386/sse4_1-pr91201.c: New test.

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

Committed to mainlin SVN.

Uros.

Attachment: p.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]