[LLVMdev] eliminateCallFramePseudoInstr belongs in TargetRegisterInfo or TargetFrameLowering

Eli Bendersky eliben at google.com
Thu Feb 21 12:06:23 PST 2013


Done in r175788, thanks.


Note: this touches the target interfaces, so out-of-tree targets may
be affected.


On Tue, Feb 19, 2013 at 12:55 PM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
>> ISTM that eliminateCallFramePseudoInstr belongs in
>> TargerFrameLowering, since it's being used during prolog/epilog
>> insertion. Moving it there would avoid the code duplication and
>> possibly other layering problems.
>> What do you think
> Go ahead and move. It's s historical artifact why it is inside TRI.
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list