[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 31 09:54:41 PDT 2024
================
@@ -52,7 +52,7 @@ computeAliasingInstructions(const LLVMState &State, const Instruction *Instr,
continue;
if (OtherOpcode == Instr->Description.getOpcode())
continue;
- if (!State.getExegesisTarget().checkOpcodeSupported(
+ if (State.getExegesisTarget().checkOpcodeSupported(
----------------
AnastasiyaChernikova wrote:
Yes, now these functions are the same, I deleted `ExegesisTarget::checkOpcodeSupported`
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list