This adds some conversion match patterns for which we want to keep the int values in FP registers using the corresponding NEON instructions (not the FP instructions) to avoid more costly int <-> fp register transfers.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks Dave, forgot about the unsigned variants, but have added them now as well as the predicates.
Should we have a HasNeon predicate?