This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Autoincrement patches
- To: Michael Hayes <m dot hayes at elec dot canterbury dot ac dot nz>
- Subject: Re: Autoincrement patches
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Tue, 21 Dec 1999 02:33:26 +0000 (GMT)
- CC: Joern Rennecke <amylaar at pasanda dot cygnus dot co dot uk>, gcc-patches at gcc dot gnu dot org, gcc at gcc dot gnu dot org
Hmmm, I just recognize that PRE_MODIFY / POST_MODIFY is more complicated
than I thought - you have to pass it a complete SET_SRC.
Is there any indication that we'll really need that much flexibility?
Or could we just include the offset by which the register is incremented?