[X86] combinePTESTCC - attempt to use TESTPS/TESTPD instead of...
[X86] combinePTESTCC - attempt to use TESTPS/TESTPD instead of MOVMSKPS/MOVMSKPD for all-of cases with all-sign values. We can probably be more aggressive with TESTPS/TESTPD (instead of relying on the SimplifyMultipleUseDemandedBits call) - I've updated an existing TODO to suggest this for now. Part of Issue #60007
Loading
Please sign in to comment