[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 10:13:23 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:
Removed this check from tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp, since the program always first goes to generateSnippets in the file tools/llvm-exegesis/llvm-exegesis.cpp, where the same check already done and returns an error if it fails
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list