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

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 27 22:48:33 PST 2019


HsiangKai added a comment.

In D68685#1714539 <https://reviews.llvm.org/D68685#1714539>, @jrtc27 wrote:

> Do we need separate schedule information for compressed and uncompressed instructions? I would assume that any sensible RVC implementation would decode the two to exactly the same control logic (other than for PC incrementing and the original instruction for `mtval`).


We merged the schedule information for c-ext instructions. Thanks.


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