This is an archive of the discontinued LLVM Phabricator instance.

[ValueTracking] Add tests for knownbits of saturating add/sub functions; NFC
ClosedPublic

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

Diff Detail

Event Timeline

goldstein.w.n created this revision.May 7 2023, 11:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2023, 11:59 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
goldstein.w.n requested review of this revision.May 7 2023, 11:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 7 2023, 11:59 PM
RKSimon accepted this revision.May 13 2023, 4:24 AM

LGTM - I'm still unsure whether they give us anything over what the exhaustive tests provide

This revision is now accepted and ready to land.May 13 2023, 4:24 AM

LGTM - I'm still unsure whether they give us anything over what the exhaustive tests provide

To test that they have as expected in valuetracking (I.e exhausting will pass for all bits unknown in all cases, but for our purposes thats a bug).

This revision was landed with ongoing or failed builds.May 23 2023, 11:57 AM
This revision was automatically updated to reflect the committed changes.