summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/mul_vec_builtin.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MIPS GlobalISel] Select MSA vector generic and builtin mulPetar Avramovic2019-10-231-0/+74
Select vector G_MUL for MIPS32 with MSA. We have to set bank for vector operands to fprb and selectImpl will do the rest. Manual selection of G_MUL is now done for gprb only. __builtin_msa_mulv_<format> will be transformed into G_MUL in legalizeIntrinsic and selected in the same way. Differential Revision: https://reviews.llvm.org/D69310
OpenPOWER on IntegriCloud