[Bug target/100694] PPC: initialization of __int128 is very inefficient

segher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 20 20:28:58 GMT 2021


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

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-05-20
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Segher Boessenkool <segher at gcc dot gnu.org> ---
The important difference between powerpc64 and aarch64 is that the store
is in TImode for powerpc64, but as two DImode stores for aarch64, right
after expand already (and before expand the code was identical).

Confirmed.


More information about the Gcc-bugs mailing list