Skip to content

Commit

Permalink
[RISCV] Fix sched class for MC layer version of vmsgt.vx.
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Jun 7, 2023
1 parent ae32ba4 commit a0ee2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVInstrInfoV.td
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ multiclass VCMP_IV_V_X_I<string opcodestr, bits<6> funct6> {

multiclass VCMP_IV_X_I<string opcodestr, bits<6> funct6> {
def X : VALUVX<funct6, OPIVX, opcodestr # ".vx">,
Sched<[WriteVICmpV_WorstCase, ReadVICmpV_WorstCase,
Sched<[WriteVICmpX_WorstCase, ReadVICmpV_WorstCase,
ReadVICmpX_WorstCase, ReadVMask]>;
def I : VALUVI<funct6, opcodestr # ".vi", simm5>,
Sched<[WriteVICmpI_WorstCase, ReadVICmpV_WorstCase,
Expand Down

0 comments on commit a0ee2e6

Please sign in to comment.