[clang] [clang][RISCV] Fix crash on VLS calling convention (PR #145489)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 21 21:18:13 PDT 2025


================
@@ -244,6 +244,15 @@ ABIInfo::getOptimalVectorMemoryType(llvm::FixedVectorType *T,
   return T;
 }
 
+llvm::Value *ABIInfo::CreateCoercedLoad(Address SrcAddr, const ABIArgInfo &AI,
+                                        CodeGenFunction &CGF) const {
+  return nullptr;
+}
+void ABIInfo::CreateCoercedStore(llvm::Value *Val, Address DstAddr,
----------------
topperc wrote:

Blank line between function definitions

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


More information about the cfe-commits mailing list