[AArch64][GlobalISel] Lower fminnm/fmaxnm through Global ISel
Whilst this might technically not be correct if a combine treats signed zeroes differently, where the neon operations are more defined than the minnum/maxnum nodes. It mirrors what SDAG does, which allows us to lower aarch64_neon_fminnm and aarch64_neon_fmaxnm through the existing selection patterns.
parent
44089c21
Please register or sign in to comment