[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 09:46:42 PDT 2024


================
@@ -291,6 +297,22 @@ T ExitOnFileError(const Twine &FileName, Expected<T> &&E) {
   return std::move(*E);
 }
 
+static const char *getIgnoredOpcodeReasonOrNull(const LLVMState &State,
----------------
mshockwave wrote:

Here: https://github.com/llvm/llvm-project/blob/79643565a890d29560782fea23877ae61ea5b987/llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp#L58

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


More information about the llvm-commits mailing list