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]
Other format: [Raw text]

Re: secondary reload via 2 intermediary registers


Alex Turjan schrieb:
> Hi,
> I have 3 questions regarding secondary reload:
> 
> 1.Is it possible to do the secondary reload via 2 intermediary registers? 
> As far as I can see the insn that implements the secondary reload has to have 3 operands.

reload insns are deprecated. Use TARGET_SECONDARY_RELOAD hook instead.

> 2. Is it possible that an instruction emitted during the secondary reload to get reloaded as well? and if yes how?

build secondary reload chains as lined out in the manual.

> thanks in advance,
> Alex


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