This is an archive of the discontinued LLVM Phabricator instance.

[ValueTracking] Add tests for knownbits of `sdiv` and `udiv`; NFC
ClosedPublic

Authored by goldstein.w.n on May 7 2023, 11:57 PM.

Diff Detail

Event Timeline

goldstein.w.n created this revision.May 7 2023, 11:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2023, 11:57 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
goldstein.w.n requested review of this revision.May 7 2023, 11:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2023, 11:57 PM

What are you trying to achieve with these over just relying on the KnownBitsTests unit test coverage?

RKSimon accepted this revision.May 13 2023, 4:52 AM

LGTM to unblock D150093

This revision is now accepted and ready to land.May 13 2023, 4:52 AM
This revision was landed with ongoing or failed builds.May 16 2023, 4:58 PM
This revision was automatically updated to reflect the committed changes.