[llvm] [RISCV][NFC] Add generateMCInstSeq in RISCVMatInt (PR #84462)
Sacha Coppey via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 09:30:41 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:
Oh yes, you're right, sorry.
Good catch!
https://github.com/llvm/llvm-project/pull/84462
More information about the llvm-commits
mailing list