[llvm] [RISCV][NFC] Add generateMCInstSeq in RISCVMatInt (PR #84462)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 07:02:06 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"
----------------
wangpc-pp wrote:

Do we need these includes?

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


More information about the llvm-commits mailing list