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