We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dea3b4 commit 8d2eb4eCopy full SHA for 8d2eb4e
1 file changed
llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
@@ -1243,7 +1243,7 @@ AArch64RegisterBankInfo::getInstrMapping(const MachineInstr &MI) const {
1243
// Fp conversions to i16 must be kept on fp register banks to ensure
1244
// proper saturation, as there are no 16-bit gprs.
1245
// In addition, conversion intrinsics have fpr output when the input
1246
- // size matches the output size, or PRCVT is present.
+ // size matches the output size, or FPRCVT is present.
1247
if (DstSize == 16 ||
1248
((DstSize == SrcSize || STI.hasFeature(AArch64::FeatureFPRCVT)) &&
1249
all_of(MRI.use_nodbg_instructions(MI.getOperand(0).getReg()),
0 commit comments