[llvm] [RISCV] RISCV vector calling convention (2/2) (PR #79096)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 16:09:51 PDT 2024
================
@@ -16,6 +16,7 @@
#include "RISCV.h"
#include "llvm/CodeGen/CallingConvLower.h"
+#include "llvm/CodeGen/GlobalISel/CallLowering.h"
----------------
topperc wrote:
Is this header needed. It wasn't obvious to me what we were getting from it
https://github.com/llvm/llvm-project/pull/79096
More information about the llvm-commits
mailing list