Skip to content

Commit 4997521

Browse files
committed
Add a FIXME to remove the implementation in the future
1 parent 9015023 commit 4997521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4337,6 +4337,7 @@ RISCVInstrInfo::analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const {
43374337
return std::make_unique<RISCVPipelinerLoopInfo>(LHS, RHS, Cond);
43384338
}
43394339

4340+
// FIXME: We should remove this if we have a default generic scheduling model.
43404341
bool RISCVInstrInfo::isHighLatencyDef(int Opc) const {
43414342
unsigned RVVMCOpcode = RISCV::getRVVMCOpcode(Opc);
43424343
Opc = RVVMCOpcode ? RVVMCOpcode : Opc;

0 commit comments

Comments
 (0)