This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/61139] missed fma/reassoc optimization


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
From the trunk I get (on aarch64):
_Z6mirrorRff:
.LFB0:
        .cfi_startproc
        ldr     s2, [x0]
        fmov    s1, 2.0e+0
        fnmsub  s0, s0, s1, s2
        str     s0, [x0]
        ret

_Z7mirror2Rff:
.LFB1:
        .cfi_startproc
        ldr     s2, [x0]
        fmov    s1, 2.0e+0
        fnmsub  s0, s0, s1, s2
        str     s0, [x0]
        ret

I am not seeing any difference after the patch that fixed bug 63586 so closing
as a dup again.

*** This bug has been marked as a duplicate of bug 63586 ***

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]