This is the mail archive of the gcc@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]

Re: Changing IFCVT_MODIFY_* macros


I have been wondering about conditional execution - can this be used for
a processor that has only a limited set of conditionally executable
things.
On the Calmrisc16, there are conditional jump indirect and return insn
(where the latter is really a special case of the former at the hardware
 and assembler level).
OTOH we can't use a return pattern till reload has compled, so that we
know what registers need saving / restoring.

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