ValueTracking: Restore ordered negative handling for frem
In D148674, the negative condition was weakened to only checking isKnownNever(fcNegative), instead of cannotBeOrderedLessThanZero(). This avoids a regression when CannotBeOrderedLessThanZero is replaced with computeKnownFPClass.
parent
2dc435a5
Please register or sign in to comment