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

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
https://gcc.gnu.org/g:018248ef6d03ca0088d5928928f966df99af134c

commit r11-5644-g018248ef6d03ca0088d5928928f966df99af134c
Author: Uros Bizjak <ubiz...@gmail.com>
Date:   Wed Dec 2 08:15:03 2020 +0100

    i386: Fix abs an maxmin expanders for TARGET_PARTIAL_REG_STALL [PR98079].

    QImode shold be enabled only for !TARGET_PARTIAL_REG_STALL

    2020-12-02  Uroš Bizjak  <ubiz...@gmail.com>

            PR target/98079

    gcc/
            * config/i386/i386.md (abs<mode>2): Enable QImode
            only for !TARGET_PARTIAL_REG_STALL.
            (*abs<mode>2_1): Ditto.
            (<maxmin:code><mode>3): Ditto.
            (*<maxmin:code><mode>3_1): Ditto.

    gcc/testsuite/
            * gcc.target/i386/pr98079.c: New test.

Reply via email to