Select float and double load and store for MIPS32.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a nit
lib/Target/Mips/MipsInstructionSelector.cpp | ||
---|---|---|
284 ↗ | (On Diff #208687) | Let's split this complicated condition if (DestRegBank == Mips::GPRBRegBankID && OpSize != 32) return false; if (DestRegBank == Mips::FPRBRegBankID && OpSize != 32 && OpSize != 64) return false; |