Skip to content

Commit 0a5011e

Browse files
committed
[NFC] Update comment
1 parent a1b39b5 commit 0a5011e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AArch64/AArch64RegisterInfo.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,8 @@ let EncoderMethod = "EncodeRegMul_MinMax<4, 0, 28>",
14281428
}
14291429
} // end let EncoderMethod/DecoderMethod
14301430

1431-
// Pairs of ZPR, sarting with an even register, split into Lo=0-14 and Hi=16-30
1431+
// Pairs of consecutive ZPR, starting with an even register, split into
1432+
// Lo=0-14 and Hi=16-30.
14321433
def ZPR2Mul2_Lo : RegisterClass<"AArch64", [untyped], 128,
14331434
(trunc (decimate ZSeqPairs, 2), 8)> {
14341435
let Size = 256;

0 commit comments

Comments
 (0)