<div dir="ltr"><div>Can you give me some insights to implement the windowed calling convention in this xtensa backend : <a href="https://github.com/afonso360/llvm-xtensa/tree/xtensa/lib/Target/Xtensa">https://github.com/afonso360/llvm-xtensa/tree/xtensa/lib/Target/Xtensa</a> ?<br><br>For now, only the simpler CALL0 calling convention is implemented.<br><br>In order to implement the windowed calling convention, every routines must start with the ENTRY instruction which increments the register window pointer.<br><br>Do I have to manually insert this instruction during the PrologEpilog phase, and how can I declare this instruction ?<br><br></div>Maxime<br><br></div>