[llvm] [RISCV][GISel] Support select vector load intrinsics (PR #160720)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 10 20:03:35 PDT 2025
================
@@ -17,6 +17,7 @@
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/RegisterBank.h"
#include "llvm/CodeGen/RegisterBankInfo.h"
+#include "llvm/CodeGen/TargetOpcodes.h"
----------------
topperc wrote:
Why is this change needed?
https://github.com/llvm/llvm-project/pull/160720
More information about the llvm-commits
mailing list