We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22754e3 commit 86f59ccCopy full SHA for 86f59cc
llvm/tools/llvm-exegesis/lib/RISCV/Target.cpp
@@ -135,9 +135,6 @@ ExegesisRISCVTarget::ExegesisRISCVTarget()
135
: ExegesisTarget(ArrayRef<CpuAndPfmCounters>{},
136
RISCV_MC::isOpcodeAvailable) {}
137
138
-#define GET_REGISTER_MATCHER
139
-#include "RISCVGenAsmMatcher.inc"
140
-
141
bool ExegesisRISCVTarget::matchesArch(Triple::ArchType Arch) const {
142
return Arch == Triple::riscv32 || Arch == Triple::riscv64;
143
}
0 commit comments