This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/19201] New: [m68k] Inefficient code for array accesses (from old PROBLEMS)
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Dec 2004 12:15:40 -0000
- Subject: [Bug target/19201] New: [m68k] Inefficient code for array accesses (from old PROBLEMS)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Item 10 from the old PROBLEMS file (no test case available):
----------------------------------------
movl a3@,a0
movl a3@(16),a1
clrb a0@(a1:l)
is generated and may be worse than
movl a3@,a0
addl a3@(16),a0
clrb a0@
If ordering of operands is improved, many more such cases will be
generated from typical array accesses.
----------------------------------------
--
Summary: [m68k] Inefficient code for array accesses (from old
PROBLEMS)
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: missed-optimization
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=19201