[llvm] [RISCV] Support PreserveMost calling convention (PR #148214)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 28 10:47:49 PDT 2025


================
@@ -11,6 +11,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "RISCVRegisterInfo.h"
+#include "MCTargetDesc/RISCVBaseInfo.h"
----------------
topperc wrote:

This is already included in RISCV.h.

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


More information about the llvm-commits mailing list