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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Roger Sayle <sa...@gcc.gnu.org>:

https://gcc.gnu.org/g:5cccc24c06610d2f28688655f12184e5bc615474

commit r13-2100-g5cccc24c06610d2f28688655f12184e5bc615474
Author: Roger Sayle <ro...@nextmovesoftware.com>
Date:   Wed Aug 17 22:23:33 2022 +0100

    [Committed] PR target/106640: Fix use of XINT in TImode
compute_convert_gain.

    Thanks to Zdenek Sojka for reporting PR target/106640 where an RTL checking
    build reveals a thinko in my recent patch to support TImode shifts/rotates
    in STV.  My "senior moment" was to inappropriately use XINT where I should
    be using INTVAL of XEXP.

    2022-08-17  Roger Sayle  <ro...@nextmovesoftware.com>

    gcc/ChangeLog
            PR target/106640
            * config/i386/i386-features.cc
            (timde_scalar_chain::compute_convert_gain): Replace incorrect use
            of XINT with INTVAL (XEXP (src, 1)).

Reply via email to