[Bug target/97042] powerpc64 UINT_MAX constant

bergner at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 14 12:38:49 GMT 2020


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

Peter Bergner <bergner at gcc dot gnu.org> changed:

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

--- Comment #2 from Peter Bergner <bergner at gcc dot gnu.org> ---
With a patch I'm working on for PR93176, I get the following code (even with
the commit below):

        li 9,-1
        rldic 9,9,0,32
        subf 3,3,9
        blr


More information about the Gcc-bugs mailing list