This is an archive of the discontinued LLVM Phabricator instance.

[ValueTracking] Pass `exact` flag to `KnownBits::udiv` in `computeKnownBits`
ClosedPublic

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

Details

Summary

This information was previously missing but we can use it for
determining the low-bits.

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
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
RKSimon accepted this revision.May 8 2023, 3:41 AM

LGTM

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