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

Kuan Hsu Chen (Zakk) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 09:07:17 PST 2019


khchen added a comment.

BTW, I used this patch and D71124 <https://reviews.llvm.org/D71124> to run the CoreMark on HiFive unleashed with `-O3 -mllvm -enable-misched -mllvm -enable-post-misched -mcpu=rocket-rv64`,
the result is better than `-O3 -mllvm -enable-misched -mllvm -enable-post-misched` and get the performance 3.5% speedup (use ld.bfd and libgcc).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68685





More information about the llvm-commits mailing list