Skip to content

Commit 8d2eb4e

Browse files
committed
[AArch64] Fix PRCVT -> FPRCVT typo. NFC
1 parent 2dea3b4 commit 8d2eb4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ AArch64RegisterBankInfo::getInstrMapping(const MachineInstr &MI) const {
12431243
// Fp conversions to i16 must be kept on fp register banks to ensure
12441244
// proper saturation, as there are no 16-bit gprs.
12451245
// In addition, conversion intrinsics have fpr output when the input
1246-
// size matches the output size, or PRCVT is present.
1246+
// size matches the output size, or FPRCVT is present.
12471247
if (DstSize == 16 ||
12481248
((DstSize == SrcSize || STI.hasFeature(AArch64::FeatureFPRCVT)) &&
12491249
all_of(MRI.use_nodbg_instructions(MI.getOperand(0).getReg()),

0 commit comments

Comments
 (0)