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

Reply via email to