Select G_FPTOSI and G_FPTOUI for MIPS32.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a couple nits.
lib/Target/Mips/MipsInstructionSelector.cpp | ||
---|---|---|
371 ↗ | (On Diff #205550) | Maybe use the same terms as in the LegalizerHelper: FromSize and ToSize? Just for uniformity. |
373 ↗ | (On Diff #205550) | 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 |