This is a follow-up to D42323 where we noticed that AArch64 did not pick up the change for filtering out denorm inputs to a sqrt estimate. That's because it wasn't using the generic DAGCombiner code to mask off a 0.0 sqrt input.
Note: This patch is only for the (odd?) case where we're ok with using a sqrt estimate, but are not using flush-to-zero mode to kill denorms.
I don't have a system to test the HW behavior (should confirm that frsqrte returns INF with a denorm input?), and my reading of AArch asm isn't good, so please make sure the new code is actually correct.