Copy handling from CannotBeOrderedLessThanZero
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
4255 | Could immediately do Known.knownNot(fcNegZero) here, since the x * x part can't be -0. |
Paths
| Differential D148563
ValueTracking: Implement computeKnownFPClass for fma/fmuladd ClosedPublic Authored by arsenm on Apr 17 2023, 1:02 PM.
Details Summary Copy handling from CannotBeOrderedLessThanZero
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 18 2023, 2:51 AM
Revision Contents
Diff 514612 llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Transforms/Attributor/nofpclass-fma.ll
|
Could immediately do Known.knownNot(fcNegZero) here, since the x * x part can't be -0.