[ARM] Limit and+csinc fold to a single use.
With glue nodes between the CMP and the CSINC, generating multiple uses of the CMP can fail when scheduling the DAG. This limits the fold from 90f24bef to a single use on the CSINC, to prevent the CMP being needed by two nodes.
Loading
Please sign in to comment