[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 07:19:09 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,
----------------
AnastasiyaChernikova wrote:
I can't find a function with similar logic. Can you please tell me its name?
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list