Skip to content
Commit cc89ebe2 authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[X86] LowerVectorAllEqual - split ALLOF(CMPEQ(X,Y)) ->...

[X86] LowerVectorAllEqual - split ALLOF(CMPEQ(X,Y)) -> AND(CMPEQ(X[0],Y[0]),CMPEQ(X[1],Y[1]),....) on MOVMSK codegen

Fix minor regression on pre-PTEST targets, since these are always 128-bits we're better off reducing the comparison results (assuming we're not comparing against 0/-1).
parent 79a1e329
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment