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 rtl-optimization/64537] Aarch64 redundant sxth instruction gets generated


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

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-01-28
                 CC|                            |ramana at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #6 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> ---
(In reply to kugan from comment #5)
> Is this sort of multiple-use potential candidate for ree pass? Haven't
> looked ree in detail yet.

IIRC REE can deal with multiple-use potential candidates, however it probably
needs some work to look into the complex zero/sign-extension patterns that the
AArch64 port has. This is certainly not 5.0 material though now :)


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