This adds the patterns for minnm and maxnm from the fminnum and fmaxnum nodes, similar to scalar types.
Patch by Simon Tatham
Differential D63870
[ARM] MVE minnm and maxnm instructions dmgreen on Jun 27 2019, 4:14 AM. Authored by
Details This adds the patterns for minnm and maxnm from the fminnum and fmaxnum nodes, similar to scalar types. Patch by Simon Tatham
Diff Detail
Event Timeline
Comment Actions That test was added in rL365496, to show MVE codegen where no fp instructions are present. This case would be like that without any fpu, just with more __aeabi_fcmpgt and movne's. I think this at least shows the expansion is happening correctly (plus is sidesteps an issues with these being turned into selects, which are not handled yet). |