[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 06:39:12 PDT 2024
================
@@ -168,7 +168,15 @@ void BasicBlockFiller::addInstruction(const MCInst &Inst, const DebugLoc &DL) {
} else if (Op.isImm()) {
Builder.addImm(Op.getImm());
} else if (!Op.isValid()) {
- llvm_unreachable("Operand is not set");
+ std::string Message;
----------------
AnastasiyaChernikova wrote:
I agree with you, thanks. Addressed
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list