[llvm-dev] [New Backend] How to describe call / return instruction
Codetector via llvm-dev
llvm-dev at lists.llvm.org
Sat Nov 23 11:50:27 PST 2019
I am currently working on a backend for a custom ISA. I am currently
having trouble describing the call and return instruction. Specifically
how to make the FrameInfo understand that call/ret will push/pop the
return address off the stack. (Aka stack offset) It's currently using
the Return Address slot as the first argument that it can not fit in
register passing.
Any help is appreciated.
More information about the llvm-dev
mailing list