Skip to content

Commit 7297de6

Browse files
Removed Latency = 1
Signed-off-by: Mikhail R. Gadelha <[email protected]>
1 parent ecfa9d5 commit 7297de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVSchedSpacemitX60.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ foreach mx = SchedMxList in {
408408
}
409409

410410
// Mask loads and stores
411-
let Latency = 1, ReleaseAtCycles = [2] in {
411+
let ReleaseAtCycles = [2] in {
412412
defm "" : LMULWriteResMX<"WriteVLDM", [SMX60_VLS], mx, IsWorstCase>;
413413
}
414414
let Latency = 2, ReleaseAtCycles = [2] in {

0 commit comments

Comments
 (0)