[Bug target/123133] GCC misses opportunity to use ranges to elide extensions

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 15 19:38:11 GMT 2025


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu.org

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The other way of improving this is improving non-zero bits for RTL and then
inside combine will change a sign-extend to zero-extend and that would be
selected.


More information about the Gcc-bugs mailing list