Albion Fung
db26cd30b6
[PowerPC] Improve f32 to i32 bitcast code gen
...
The code gen for f32 to i32 bitcast is not currently the most efficient;
this patch removes some unneccessary instructions gerneated.
Differential revision: https://reviews.llvm.org/D100782
2021-05-31 16:00:58 -05:00
Zarko Todorovski
0c41f77857
[PowerPC] Enable safe for 32bit vins* P10 instructions
...
Correctly emit `vins`instructions that are safe in 32bit mode.
Reviewed By: nemanjai, #powerpc
Differential Revision: https://reviews.llvm.org/D101383
2021-05-10 10:13:13 -04:00
Zarko Todorovski
f818ec9dd1
[AIX] Allow safe for 32bit P9 VSX extract and insert pattern matches
...
In https://reviews.llvm.org/D92789 PPC64 checks were added that disallowed most
VSX pattern matching. We enable some safe ones for 32bit in this patch.
Reviewed By: nemanjai
Differential Revision: https://reviews.llvm.org/D97503
2021-04-27 07:27:43 -04:00