[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
    Craig Topper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov 18 13:19:12 PST 2024
    
    
  
================
@@ -57,6 +57,15 @@ const MCOperand &InstructionTemplate::getValueFor(const Operand &Op) const {
   return getValueFor(Instr->Variables[Op.getVariableIndex()]);
 }
 
+MCOperand &InstructionTemplate::getValueForOperandIdx(unsigned OpIdx) {
----------------
topperc wrote:
These are no longer used in the current patch
https://github.com/llvm/llvm-project/pull/89047
    
    
More information about the llvm-commits
mailing list