[llvm] [RISCV][GISel] Support select vector load intrinsics (PR #160720)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 29 11:30:26 PDT 2025
================
@@ -22,6 +22,7 @@
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
+#include "llvm/CodeGen/MachineOperand.h"
----------------
topperc wrote:
Surely this is already transitively included?
https://github.com/llvm/llvm-project/pull/160720
More information about the llvm-commits
mailing list