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 target/19204] New: [m68k] pea can force reloads that cause inefficient code


Item 85 from the old PROBLEMS file (no test case available):

----------------------------------------
pea can force a value to be reloaded into an areg which
can make it worse than separate adding and pushing.  This can only
happen for adding something within addql range and it only loses if
the qty becomes dead at that point so it can be added to with no
copying.
----------------------------------------

-- 
           Summary: [m68k] pea can force reloads that cause inefficient code
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: steven at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19204


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