[llvm] [Xtensa] Implement base CallConvention. (PR #83280)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 09:25:05 PST 2024
================
@@ -57,10 +58,47 @@ BitVector XtensaRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
return Reserved;
}
+bool XtensaRegisterInfo::eliminateFI(MachineBasicBlock::iterator II,
----------------
s-barannikov wrote:
Why don't just inline it?
https://github.com/llvm/llvm-project/pull/83280
More information about the llvm-commits
mailing list