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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 17:26:56 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"
----------------
topperc wrote:

It's its needed for `MCRegister`, shouldn't it be MCRegister.h?

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


More information about the llvm-commits mailing list