From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernd Schmidt To: gcc@gcc.gnu.org Subject: Autoincrement examples Date: Thu, 30 Sep 1999 18:02:00 -0000 Message-ID: X-SW-Source: 1999-09n/msg00932.html Message-ID: <19990930180200.hCRz3e6qAWY3yg1RUMrNgWL6Isf7GaPzixwaXli1pP8@z> I'm playing with a patch to improve the generation of auto-increment addressing modes, e.g. by generating POST_MODIFY and PRE_MODIFY rtxs for targets where this is possible. If someone has (preferrably small) example code (for any target), which shows how the compiler generates auto-increments either very well or very badly, I'd like to get a copy of these test cases so I can make sure I'm not pessimizing anything. Please don't reply to the list; there's no reason to spam it with all these test cases. Bernd