[PATCH] D68685: [RISCV] Scheduler description for Rocket Core

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 03:22:30 PDT 2019


javed.absar added a comment.

In D68685#1705570 <https://reviews.llvm.org/D68685#1705570>, @rogfer01 wrote:

> @javedabsar (or @javed.absar) I seem to recall you have experience with schedulers. If you could give us a hand here that'd be great! :)


Sure no problem Roger :)

Could you please point me to some doc which describes the pipeline model of RISCVRocket64 - i.e. what kind of processing units are available, how each instruction flows through the pipeline (fully pipelined or partially, latencies, resource dependences)?

That would be my starting point to match against the schedules defined in schedule*.td.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68685/new/

https://reviews.llvm.org/D68685





More information about the llvm-commits mailing list