[llvm] [RISCV] Implement tail call optimization in machine outliner (PR #115297)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 08:10:13 PST 2024
================
@@ -2937,19 +2938,47 @@ bool RISCVInstrInfo::shouldOutlineFromFunctionByDefault(
return MF.getFunction().hasMinSize();
}
+static bool IsCandidatePatchable(const MachineInstr &MI) {
----------------
topperc wrote:
Function names should start with a lower case letter
https://github.com/llvm/llvm-project/pull/115297
More information about the llvm-commits
mailing list