https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80546
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #43536|0 |1
is obsolete| |
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 43537
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43537&action=edit
gcc8-pr80546.patch
This version actually passed bootstrap/regtest on powerpc64le-linux and fixes
the bool3-p?.c tests (the other patch passed bootstrap/regtest on
powerpc64-linux, but broke powerpc64le-linux), still unsure if IRA will do the
right thing or not though (i.e. whether it will consider the move as cheap only
if it is likely to be a noop move and costly otherwise).