[Bug rtl-optimization/98425] Superfluous sign-extend for constrained integer

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Dec 23 10:28:35 GMT 2020


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ABI

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Actually this is an abi issue. The upper 32bits of the register is undefined by
the x86_64 ABI iirc. If this is true then clang has a bug.


More information about the Gcc-bugs mailing list