[llvm] [RISCV][NFC] Add generateMCInstSeq in RISCVMatInt (PR #84462)
Sacha Coppey via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 07:59:13 PST 2024
================
@@ -10,6 +10,8 @@
#define LLVM_LIB_TARGET_RISCV_MCTARGETDESC_MATINT_H
#include "llvm/ADT/SmallVector.h"
+#include "llvm/MC/MCInst.h"
+#include "llvm/MC/MCRegisterInfo.h"
----------------
Zeavee wrote:
Yes, they are needed for the `SmallVectorImpl<MCInst>` and the `MCRegister`.
https://github.com/llvm/llvm-project/pull/84462
More information about the llvm-commits
mailing list