[llvm] [RISCV] Dynamically find unused register for stack protection code (PR #210992)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 04:42:40 PDT 2026
================
@@ -647,6 +647,47 @@ getQCISavedInfo(const MachineFunction &MF,
return QCIInterruptCSI;
}
+static void getLiveRegsForEntryMBB(LivePhysRegs &LiveRegs,
----------------
janr-bay wrote:
Fair point. I've added a short explanation to the commit message and decription
https://github.com/llvm/llvm-project/pull/210992
More information about the llvm-commits
mailing list