Select vector G_FADD, G_FSUB, G_FMUL and G_FDIV for MIPS32 with MSA. We
have to set bank for vector operands to fprb and selectImpl will do the
rest. builtin_msa_fadd_<format>, builtin_msa_fsub_<format>,
builtin_msa_fmul_<format> and builtin_msa_fdiv_<format> will be
transformed into G_FADD, G_FSUB, G_FMUL and G_FDIV in legalizeIntrinsic
respectively and selected in the same way.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo