[X86] LowerVectorAllZero - use MOVMSKPS for comparisons coming from vXi32/vXi64 vectors
Reduces size of all/anyof comparison mask and is more likely to further fold with source vectors. MOVMSKPD is trickier to match as if we had the CMPEQQ instruction we'd be using the PTEST path
Loading
Please sign in to comment