[llvm-branch-commits] [llvm] [RISCV][NFC] refactor CFI emitting (PR #114227)
Sam Elliott via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 30 12:19:56 PDT 2024
================
@@ -27,6 +27,102 @@
using namespace llvm;
+static unsigned getCaleeSavedRVVNumRegs(const Register &BaseReg) {
----------------
lenary wrote:
Typo
```suggestion
static unsigned getCalleeSavedRVVNumRegs(const Register &BaseReg) {
```
https://github.com/llvm/llvm-project/pull/114227
More information about the llvm-branch-commits
mailing list