[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 09:46:38 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:
Is there any reason to duplicating this checking logics here? I thought we already done it somewhere in the snippet generator.
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list