Skip to content

Commit a55f727

Browse files
Fix comment
Signed-off-by: Mikhail R. Gadelha <[email protected]>
1 parent 8030c88 commit a55f727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVSchedSpacemitX60.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def : WriteRes<WriteIMul32, [SMX60_IEU]> { let Latency = 3; }
7070
def : WriteRes<WriteIMul, [SMX60_IEU]> { let Latency = 6; }
7171

7272
// Integer division/remainder
73-
// TODO: our experiments show that the latency of div is 4, which
74-
// seems too low. We used the worst case latency from the C908 instead.
73+
// TODO: Latency set based on C908 datasheet and hasn't been
74+
// confirmed experimentally.
7575
let Latency = 12, ReleaseAtCycles = [12] in {
7676
def : WriteRes<WriteIDiv32, [SMX60_IEUA]>;
7777
def : WriteRes<WriteIRem32, [SMX60_IEUA]>;

0 commit comments

Comments
 (0)