Select G_FPTOSI and G_FPTOUI for MIPS32.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a couple nits.
lib/Target/Mips/MipsInstructionSelector.cpp | ||
---|---|---|
371 | Maybe use the same terms as in the LegalizerHelper: FromSize and ToSize? Just for uniformity. | |
373 | In the MipsRegisterBankInfo::getInstrMapping the same checking made by a couple of assert. Let's either split this check or merge the check in the MipsRegisterBankInfo::getInstrMapping. As well for uniformity |
Maybe use the same terms as in the LegalizerHelper: FromSize and ToSize? Just for uniformity.