[llvm] [RISCV] Software guard direct calls in large code model (PR #109377)
Jesse Huang via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 21 22:06:20 PDT 2024
================
@@ -125,11 +125,12 @@ void RISCVMCCodeEmitter::expandFunctionCall(const MCInst &MI,
MCRegister Ra;
if (MI.getOpcode() == RISCV::PseudoTAIL) {
Func = MI.getOperand(0);
- Ra = RISCV::X6;
----------------
jaidTw wrote:
Yeah, I dropped it
https://github.com/llvm/llvm-project/pull/109377
More information about the llvm-commits
mailing list