[llvm] [Exegesis][RISCV] Add initial RVV support (PR #128767)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 12:02:45 PST 2025


================
@@ -53,6 +53,8 @@ computeAliasingInstructions(const LLVMState &State, const Instruction *Instr,
     if (OtherOpcode == Instr->Description.getOpcode())
       continue;
     const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode);
+    if (ET.getIgnoredOpcodeReasonOrNull(State, OtherInstr.getOpcode()))
----------------
mshockwave wrote:

For some reason this filter was removed when RISCV's exegesis was first introduced. But it really should be here.

https://github.com/llvm/llvm-project/pull/128767


More information about the llvm-commits mailing list