Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Typo in title: classe->classes.
IIUC, the change has no influence to scheduler but static machine code analyser like llvm-mca, since there is no C instructions when doing scheduling.
llvm/lib/Target/RISCV/RISCVInstrInfoC.td | ||
---|---|---|
554 | Comment not aim for this patch: |
llvm/lib/Target/RISCV/RISCVInstrInfoC.td | ||
---|---|---|
554 | Agreed. I’ll post another patch for that. |
Comment not aim for this patch:
Do we really need a SchedWrite WriteJmpReg? It's only used in C instructions and it won't influence scheduler actually.
I think it can be removed and replaced by WriteJalr.