We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9015023 commit 4997521Copy full SHA for 4997521
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
@@ -4337,6 +4337,7 @@ RISCVInstrInfo::analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const {
4337
return std::make_unique<RISCVPipelinerLoopInfo>(LHS, RHS, Cond);
4338
}
4339
4340
+// FIXME: We should remove this if we have a default generic scheduling model.
4341
bool RISCVInstrInfo::isHighLatencyDef(int Opc) const {
4342
unsigned RVVMCOpcode = RISCV::getRVVMCOpcode(Opc);
4343
Opc = RVVMCOpcode ? RVVMCOpcode : Opc;
0 commit comments