Skip to content

Commit

Permalink
[RISCV] Move the RISCVSchedule.td include after RISCVRegisterInfo.td.…
Browse files Browse the repository at this point in the history
… NFC

Registers shouldn't depend on the scheduler, but a scheduler
predicate could depend on a register.

This would make it possible to move VLDSX0Pred out of the SiFive7
scheduler model to RISCVSchedule.td if another model needed it.
  • Loading branch information
topperc committed Mar 22, 2024
1 parent 83e9697 commit e64e15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCV.td
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ include "RISCVSystemOperands.td"
// Registers, calling conventions, instruction descriptions.
//===----------------------------------------------------------------------===//

include "RISCVSchedule.td"
include "RISCVRegisterInfo.td"
include "RISCVSchedule.td"
include "RISCVCallingConv.td"
include "RISCVInstrInfo.td"
include "GISel/RISCVRegisterBanks.td"
Expand Down

0 comments on commit e64e15e

Please sign in to comment.