[X86] LowerVectorAllZero - lower to CMP(MOVMSK(NOT(X)),0) instead of CMP(MOVMSK(X),65535)
In most cases the NOT will still be scalarized, but it allows us to perform the CMP(X,0) combines inside combineCMP()
Loading
Please sign in to comment
In most cases the NOT will still be scalarized, but it allows us to perform the CMP(X,0) combines inside combineCMP()