Fast selection of llvm fptoi & fptrunc instructions is not handled well about VSX instruction support.
We'd use VSX float convert integer instruction instead of non-vsx float convert integer instruction if the operand register class is VSSRC or VSFRC because i32 and i64 are mapped to VSSRC and VSFRC correspondingly if VSX feature is opened.
For float trunc instruction, we do this silimar work like float convert integer instruction to try to use VSX instruction.