[llvm] [RISCV] Implement tail call optimization in machine outliner (PR #115297)

Mark Goncharov via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 22:38:21 PST 2024


================
@@ -2937,19 +2938,47 @@ bool RISCVInstrInfo::shouldOutlineFromFunctionByDefault(
   return MF.getFunction().hasMinSize();
 }
 
+static bool IsCandidatePatchable(const MachineInstr &MI) {
----------------
mga-sc wrote:

done

https://github.com/llvm/llvm-project/pull/115297


More information about the llvm-commits mailing list