This will help enable a cleanup of simplifyFCmpInst
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Analysis/ValueTracking.cpp | ||
---|---|---|
4172 | The comment just goes away if handled as the inverse of OGT |
Paths
| Differential D151369
ValueTracking: Handle compare to nan and -inf constants in fcmpToClassTest ClosedPublic Authored by arsenm on May 24 2023, 1:01 PM.
Details Summary This will help enable a cleanup of simplifyFCmpInst
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jun 19 2023, 7:36 AM
Revision Contents
Diff 532644 llvm/lib/Analysis/ValueTracking.cpp
llvm/unittests/Analysis/ValueTrackingTest.cpp
|
Should handle OGT and ULE as a pair, like you do for all the other inverse pairs.