These tests make sure that the range information is properly
understood during computeKnownBits analysis.
NFC
Paths
| Differential D88934
[unittests] Add a few tests for computeKnownBits with ranges ClosedPublic Authored by qcolombet on Oct 6 2020, 4:11 PM.
Details Summary These tests make sure that the range information is properly NFC
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 7 2020, 1:08 AM This revision was landed with ongoing or failed builds.Oct 8 2020, 11:35 AM Closed by commit rGf1f31eb2daab: [unittests] Add a few tests for computeKnownBits with ranges (authored by qcolombet). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 297023 llvm/unittests/Analysis/ValueTrackingTest.cpp
|
Is it worth adding Known.getMinValue()/getMaxValue() checks as well?