This is an archive of the discontinued LLVM Phabricator instance.

[ValueTracking] Use `KnownBits::sdiv` for `sdiv` opcode in `computeKnownBits`
ClosedPublic

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

Details

Summary

We now of an implementation of KnownBits::sdiv so we can implement
this case.

Diff Detail

Unit TestsFailed

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

LGTM

This revision is now accepted and ready to land.May 8 2023, 3:34 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.