Unverified Commit 571d151d authored by Michael Maitland's avatar Michael Maitland Committed by GitHub
Browse files

[RISCV][MISched] Set EnableIntervals to true for SiFive7 (#75681)

The SiFive7 scheduler model has been using AcquireAtCycles and
ReleaseAtCycles for some time. Without EnableIntervals, the scheduler
was not making decisions based on this information. This patch sets
EnableIntervals to true, and the test case demonstrates that the VADD
instructions can be issued one cycle earlier since the VCQ is not
reserved. This leads to better saturation of the SiFive7VA.
parent 69d7cd80
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment