[X86] LowerVectorAllEqual - don't attempt to match comparisons of float data
FCMP may use ISD::SETNE when nnan, we don't want to end up with cases where we mismatch signed zeros etc. Thanks to @pengfei for the test case from D147688
Loading
Please sign in to comment