[PATCH] D152996: [RISCV][POC] Model frm control for vfadd
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 09:18:51 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h:21
#include "llvm/ADT/StringSwitch.h"
+#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/MC/MCInstrDesc.h"
----------------
We can't include a CodeGen header in MCTargetDesc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152996/new/
https://reviews.llvm.org/D152996
More information about the llvm-commits
mailing list