Skip to content

Commit ad8229b

Browse files
committed
fixup! Update comment about EMUL of mask-producing instructions
1 parent fb424f7 commit ad8229b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVSchedSiFiveP400.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ foreach mx = SchedMxList in {
396396
defm "" : LMULWriteResMX<"WriteVSTE", [SiFiveP400VST], mx, IsWorstCase>;
397397
}
398398

399-
// Mask load and store always have EMUL=1.
399+
// Mask load and store have a maximum EMUL of 1.
400400
let ReleaseAtCycles = [SiFiveP400GetLMulCycles<"M1">.c] in {
401401
defm "" : LMULWriteResMX<"WriteVLDM", [SiFiveP400VLD], mx, IsWorstCase=!eq(mx, "M1")>;
402402
defm "" : LMULWriteResMX<"WriteVSTM", [SiFiveP400VST], mx, IsWorstCase=!eq(mx, "M1")>;

llvm/lib/Target/RISCV/RISCVSchedSiFiveP600.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ foreach mx = SchedMxList in {
572572
defm "" : LMULWriteResMX<"WriteVSTE", [SiFiveP600VST], mx, IsWorstCase>;
573573
}
574574

575-
// Mask load and store always have EMUL=1.
575+
// Mask load and store have a maximum EMUL of 1.
576576
let ReleaseAtCycles = [SiFiveP600GetLMulCycles<"M1">.c] in {
577577
defm "" : LMULWriteResMX<"WriteVLDM", [SiFiveP600VLD], mx, IsWorstCase=!eq(mx,"M1")>;
578578
defm "" : LMULWriteResMX<"WriteVSTM", [SiFiveP600VST], mx, IsWorstCase=!eq(mx,"M1")>;

0 commit comments

Comments
 (0)